--diag_warning=tag[,tag,...]

This option sets diagnostic messages that have the specified tags to warning severity.

The --diag_warning option behaves analogously to --diag_errors, except that the compiler sets the diagnostic messages having the specified tags to warning severity rather than error severity.

Note

This option has the #pragma equivalent #pragma diag_warning.

Show/hideSyntax

--diag_warning=tag[,tag,...]

Where tag can be:

  • a diagnostic message number to set to warning severity

  • error, to downgrade the severity of all downgradeable errors to warnings.

Show/hideExample

--diag_warning=A1234,error causes message A1234 and all downgradeable errors to be treated as warnings, providing changing the severity of A1234 is permitted.

Show/hideSee also

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611