From: Francesco M. <f18...@ya...> - 2007-04-02 19:45:25
|
Hi all, I've just noticed that since the last big change in wxCode bakefiles, warnings were not being set anymore to "max". It's usually a good idea to put it to "max" in order to be able to spot all possible sources of run-time errors in compile stage. Thus I've added this flag to all wxCode templates (to be precise to a template from which all other wxCode templates derive): this means that next time you regen you'll have max warnings set. If you don't like this you can always add a: <warnings>default</warnings> tag to your target to restore the 'normal' level of warnings. Francesco |