You copied the Doc URL to your clipboard.
--diag_warning=tag[,tag,…]
Sets diagnostic messages that have a specific tag to Warning severity.
Syntax
--diag_warning=tag[,tag,…]
Where tag
can be:
A diagnostic message number to set to warning severity.
error
, to set all errors that can be downgraded to warnings.
Diagnostic messages output by the assembler can be identified by a tag in the form of
{prefix
}number
,
where the prefix
is A.
You can specify more than one tag with this option by separating each tag using a comma.You
can specify the optional assembler prefix A
before the tag number. If any
prefix other than A is included, the message number is ignored.