Everything

 

-NOMessage


This option suppresses the output of information messages.

[Specification format]

-NOMessage[={num|num-num}[, ...]]

 

-

Interpretation when omitted

The output of information messages is suppressed.

[Detailed description]

-

This option suppresses the output of information messages.

-

If message number num is specified, the output of the message with the specified number is suppressed.
Also, a range of message numbers can be specified using a hyphen (-).

-

Specify the 4-digit number that is output after the component number (05) and the phase of occurrence (6) as num (for example, specify 0004 for message number M0560004).
0 at the beginning of the 4-digit number can be omitted (for example, specify 4 for message number M0560004).

-

If a number of a warning or error type message is specified, the output of the message is suppressed assuming that -change_message option has changed the specified message to the information type.

[Example of use]

-

To suppress outputting messages of M0560004, M0560100 to M0560103, and M0560500, describe as:

>rlink a.obj b.obj -nomessage=4,100-103,500