#pragma diag_suppress tag[,tag,...]

This pragma disables all diagnostic messages that have the specified tags. Diagnostic messages are messages whose message numbers are postfixed by -D, for example, #550-D.

#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.

Show/hideSyntax

#pragma diag_suppress tag[,tag,...]

Where:

tag[,tag,...]

is a comma-separated list of diagnostic message numbers specifying the messages to be suppressed.

Show/hideSee also

Copyright © 2010-2012 ARM. All rights reserved.ARM DUI 0491G
Non-ConfidentialID021412