Keil™, An ARM® Company

RealView Linker and Utilities Guide

‑‑diag_suppress taglist

7.2.7. ‑‑diag_suppress taglist

Disables all diagnostic messages that have the specified tag(s).

This option requires a comma‑separated list identifying the number of the message to be suppressed (more than one tag can be specified). For example, to suppress the warning messages that have numbers 1293 and 187, use the following command:

fromelf ‑‑diag_suppress 1293,187 ...

The fromelf prefix Q can be used when suppressing messages, for example:

fromelf ‑‑diag_suppress Q1293,Q187 ...

Using the prefix letter is optional. However, if a prefix letter is included, it must match the fromelf identification letter. If another prefix is found, the message number is ignored.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0377A