w, W

Determines which diagnostic message level is set.

IDE Equivalent

Windows: General > Warning Level

Linux: General > Warning Level

Mac OS X: General > Warning Level

Architectures

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

Syntax

Linux and Mac OS X:

-wn

Windows:

/Wn

Arguments

n

Is the diagnostic message level.

Default

n=1

Displays warnings and errors.

Description

This option determines which diagnostic message level is set.

n=0

Displays errors.

n=1

Displays warnings and errors. DEFAULT.

n=2

Displays warnings and errors. This setting is equivalent to n=1.

n=3

Displays remarks, warnings, and errors. Recommended for use on production code.

n=4

Displays remarks, warnings, and errors.

Alternate Options

None