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

wn, Qwn

Controls the number of errors displayed before compilation stops. This is a deprecated option.

IDE Equivalent

Windows: Diagnostics > Error Limit

Linux: Compilation Diagnostics > Set Error Limit

OS X: Diagnostics > Error Limit

Architectures

All

Syntax

Linux and OS X:

-wnn

Windows:

/Qwnn

Arguments

n

Is the number of errors to display.

Default

100

The compiler displays a maximum of 100 errors before aborting compilation.

Description

This option controls the number of errors displayed before compilation stops.

Alternate Options

None


Submit feedback on this help topic