| |||
| Home > Compiler Command-line Options > --diag_suppress=tag[,tag,...] | |||
This option disables diagnostic messages that have the specified tags.
The --diag_suppress option behaves analogously
to --diag_errors, except that the compiler suppresses
the diagnostic messages having the specified tags rather than setting
them to have error severity.
This option has the #pragma equivalent #pragma
diag_suppress.
--diag_suppress=tag[,tag,...]
Where can
be:tag
a diagnostic message number to be suppressed
error, to suppress all downgradeable
errors
warning, to suppress all warnings.