Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

wd, Qwd

Disables a soft diagnostic. This is a deprecated option that may be removed in a future release.

Syntax

Linux and macOS:

-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.

This is a deprecated option that may be removed in a future release. The replacement option is [Q]diag-disable.

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

IDE Equivalent

Visual Studio: Advanced > Disable Specific Warnings

Eclipse: None

Xcode: None

Alternate Options

Linux and macOS: -diag-disable

Windows: /Qdiag-disable