Intel® C++ Compiler XE 13.1 User and Reference Guides

Wall

Enables warning and error diagnostics.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-Wall

Windows:

/Wall

Arguments

None

Default

OFF

Only default warning diagnostics are enabled.

Description

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.

Alternate Options

None

See Also


Submit feedback on this help topic