w, W

Determines whether warning messages are disabled or enabled.

IDE Equivalent

Linux: General > Warning Level

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -wn
Windows:    /Wn

Arguments

None

Default

n=2     Displays remarks, warnings, and errors.

Description

This option determines whether warning messages are disabled or enabled.

n=0     Displays errors.
n=1     Displays warnings and errors.
n=2     Displays remarks, warnings, and errors. DEFAULT.
n=3     Displays remarks, warnings, and errors.
n=4     Displays remarks, warnings, and errors.

Alternate Options

None