Non-Confidential | ![]() | ARM DUI0377G | ||
| ||||
Home > Linker Command-line Options > --diag_suppress=tag[,tag,…] |
Suppresses diagnostic messages that have a specific tag.
--diag_suppress=tag[,tag,…]
tag
can be:nnnn
, with the tool letter
prefix, but without the letter suffix indicating the severity.error
, to suppress all errors that can be downgraded.warning
, to suppress all warnings.L6314W
and
L6305W
, use the following command:armlink --diag_suppress=L6314,L6305 …