openclonk/src/config
Nicolas Hake 30c5bb5f8d Aul: Allow the user to selectively enable/disable warnings
This commit introduces a new Aul directive "#warning", which can be used
to enable or disable warnings for a particular piece of code.

"#warning enable" enables all warnings.
"#warning disable" disables all warnings.
"#warning enable empty_parameter_in_call" selectively enables one
specific warning while not affecting any other.

All warnings that used to be controlled by Developer.ExtraWarnings
remain disabled by default.
2017-02-13 15:07:50 +01:00
..
C4Config.cpp Aul: Allow the user to selectively enable/disable warnings 2017-02-13 15:07:50 +01:00
C4Config.h Aul: Allow the user to selectively enable/disable warnings 2017-02-13 15:07:50 +01:00
C4Constants.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Reloc.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Reloc.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00