Visible to Intel only — GUID: GUID-74EC3438-47F4-4F47-8B82-85BC2B019163
Visible to Intel only — GUID: GUID-74EC3438-47F4-4F47-8B82-85BC2B019163
wd, Qwd
Disables a soft diagnostic. This is a deprecated option that may be removed in a future release.
Linux and macOS: |
-wdn[,n]... |
Windows: |
/Qwdn[,n]... |
n |
Is the number of the diagnostic to disable. |
OFF |
The compiler returns soft diagnostics as usual. |
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.
Visual Studio: Advanced > Disable Specific Warnings
Eclipse: None
Xcode: None
Linux and macOS: -diag-disable
Windows: /Qdiag-disable