Intel® C++ Compiler XE 13.1 User and Reference Guides
Enables warning and error diagnostics.
All
Linux and OS X: | -Wall |
Windows: | /Wall |
None
OFF |
Only default warning diagnostics are enabled. |
This option enables warning and error diagnostics.
On Windows* systems, this option is equivalent to the /W4 option. It enables diagnostics for all level 3 warnings plus informational warnings and remarks.
However, on Linux* and OS X* systems, this option is similar to gcc option Wall. On these systems, if you want to display remarks and comments, specify option -Wremarks.
None