Tells the compiler to display errors, warnings, and remarks.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -Wall |
Windows: | /Wall |
None
OFF | Default warning messages are enabled. |
This option tells the compiler to display errors, warnings, and remarks.
On Windows, this is the same as specifying the /W4 option.
None