Tells the compiler to display errors and warnings.
IA-32, Intel® 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 and warnings.
On Windows systems, this is the same as specifying the /W2 option.
If you want to display remarks and comments, specify option -Wremarks.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.