< Compile Options / Source Options >
-change_message = <sub>[,...] <sub>: <error level>[=<error number>[- <error number>][,...]] <error level>: { information | warning | error } |
Error numbers are specified by the five lower-order digits (i.e. five digits from the right) of the message numbers without the prefix "M" (information) or "W" (warning). |
Example: To change the level of information message M0523009
Although this option may change the types of some messages (e.g. error (E) or warning (W)), the meaning of the message indicated by the component or message number remains the same. |
Information-level and warning-level messages with the specified error numbers are changed to error-level messages. |
The output of messages which have been changed to information-level messages can be disabled by the nomessage option. |
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. |
Only the levels of warning and information messages can be controlled by this option. Specification of the option for a message not at these levels is ignored. |