-nomessage


< Compile Options / Source Options >

[Format]

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

[Description]

-

When the nomessage option is specified, output of the information-level messages is disabled. When an error number is specified as a suboption, the output of the specified information-level message will be disabled. Multiple error numbers can be specified by separating them with a comma (,).

-

A range of error numbers to be disabled can be specified by using a hyphen (-), that is, in the form of <error number>-<error number>.

-

Error numbers are specified by the five lower-order digits (i.e. five digits from the right) of message numbers without the prefix "M" (information).

Example: To change the level of information message M0523009

-nomessage=23009

[Remarks]

-

Message output from the assembler or optimizing linkage editor cannot be controlled by this option. Message output from the optimizing linkage editor can be controlled by using the lnkcmd option to specify the message or nomessage option of the optimizing linkage editor.

-

If the nomessage option is specified for more than one time, output for all specified error numbers will be disabled.

-

This option is only specifiable for messages with number 0510000 to 0549999 (including the component number).

-

This option can only be used to suppress the output of messages 0520000 to 0529999. The output of other messages is not suppressed even if their numbers are specified with this option. If you wish to suppress the output of such messages, also use -change_message to change them to information messages.