-Xno_warning


This option suppresses outputting warning messages of the specified number.

[Specification format]

-Xno_waning=num[,num]...
-Xno_waning=num1-num2

 

-

Interpretation when omitted

All warning messages are output.

[Detailed description]

-

This option suppresses outputting warning messages of the specified number.

-

Specify the error numbers as num, num1, and num2.
If the error number that does not exist, it will be ignored.

-

An error will occur if num, num1, or num2 is omitted.

-

If num1-num2 is specified, it is assumed that error numbers within the range have been specified.

-

The error number specified by this option is the rightmost 5 digits of the 7-digit number following the "W".
See "CS+ Message" for error numbers.

-

This option controls the warning messages of the compiler and assembler and does not control the messages of the optimizing linker.

[Example of use]

-

To suppress outputting warning message "W0550002" and "W0550003", describe as:

>asrh -Xno_waning=50002,50003 -Xcommon=rh850 main.asm