| |||
Home > Compiler Command-line Options > 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:
tag
[,tag
,...]
is a comma-separated list of diagnostic message numbers specifying the messages to be suppressed.