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

wd, Qwd

Disables a soft diagnostic. This is a deprecated option.

IDE Equivalent

Windows: Advanced > Disable Specific Warnings

Linux: None

OS X: None

Architectures

All

Syntax

Linux and OS X:

-wdn[,n]...

Windows:

/Qwdn[,n]...

Arguments

n

Is the number of the diagnostic to disable.

Default

OFF

The compiler returns soft diagnostics as usual.

Description

This option disables the soft diagnostic that corresponds to the specified number.

If you specify more than one n, each n must be separated by a comma.

Alternate Options

None

Linux and OS X: -diag-disable


Submit feedback on this help topic