Intel® C++ Compiler 16.0 User and Reference Guide
Disables a soft diagnostic. This is a deprecated option. The replacement option is [Q]diag-disable.
Linux and OS X: | -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.
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 OS X: -diag-disable
Windows: /Qdiag-disable