Disables a soft diagnostic.
Windows: C/C++ > Advanced > Disable Specific Warnings
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -wdLn[,Ln,...] |
Windows: | /QwdLn[,Ln,...] |
Ln | 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 Ln, each Ln must be separated by a comma.
None