| |||
| Home > Compiler-specific Features > Pragmas > #pragma diag_suppress tag[,tag,...] | |||
This pragma disables all diagnostic messages that have the specified tags.
#pragma diag_suppress behaves analogously
to #pragma diag_errors, except that the compiler
suppresses the diagnostic messages having the specified tags rather
than setting them to have Error severity.
#pragma diag_suppresstag[,tag,...]
Where:
tag[,tag,...]is a comma-separated list of diagnostic message numbers specifying the messages to be suppressed.