A way to disable compiler warnings
Posted: Sat Jun 12, 2010 9:04 pm
WHAT:
At minimum for a specific build, better yet for a specific source, better yet with a compiler directive for a specific portion of code.
At minimum for all warnings, better yet for a specific warning (probably this would require the ability to identify a warning with a number or mnemonic constants, not a bad idea generally speaking).
WHY:
To disable the emission of warnings well known and accepted, and consequently to avoid to pay attention to the warnings popup window to check the list to see if there is some specific new warning not intended, and also to avoid the click on the close button at every compilation.
At minimum for a specific build, better yet for a specific source, better yet with a compiler directive for a specific portion of code.
At minimum for all warnings, better yet for a specific warning (probably this would require the ability to identify a warning with a number or mnemonic constants, not a bad idea generally speaking).
WHY:
To disable the emission of warnings well known and accepted, and consequently to avoid to pay attention to the warnings popup window to check the list to see if there is some specific new warning not intended, and also to avoid the click on the close button at every compilation.