Everything

-nomessage


< Optimizing Linkage Editor (rlink) Options / Output Options >

[Format]

-nomessage [=<suboption>[,...]]
            <suboption>:  <error number>[-<error number>]

 

-

[Default]

When this option is omitted, the output of information-level messages is disabled.

[Description]

-

When nomessage is specified, the output of information-level messages is disabled. If an error number is specified, the output of the error message with the specified error number is disabled. A range of error message numbers to be disabled can be specified using a hyphen (-).

-

Each error number consists of a component number (05), phase (6), and a four-digit value (e.g. 0004 in the case of M0560004). If the four-digit section has leading zeroes, e.g. before the 4 in the case of M0560004, these can be omitted.

-

If a warning or error level message number is specified, the message output is disabled assuming that change_message has changed the specified message to the information level.

[Examples]

-

Messages of L0004, L0200 to L0203, and L1300 are disabled to be output.

nomessage=4,200-203,1300