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

Werror-all

Causes all warnings and currently-enabled remarks to be reported as errors.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-Werror-all

Windows:

/Werror-all

Arguments

None

Default

OFF

The compiler returns diagnostics as usual.

Description

This option causes all warnings and currently-enabled remarks to be reported as errors.

To enable display of remarks, specify option -Wremarks.

Alternate Options

Linux and OS X: -diag-error warn, remark

Windows: /Qdiag-error:warn, remark

See Also


Submit feedback on this help topic