Tells the compiler to display errors, warnings, and remarks.
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -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