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

Mac OS X: Diagnostics > Error Limit

Architectures

IA-32, Intel® 64, IA-64 architectures

Syntax

Linux and Mac 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