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.
Syntax
--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.
Example
--diag_warning=A1234,error causes message A1234 and
all downgradeable errors to be treated as warnings, providing changing
the severity of A1234 is permitted.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.