This option suppresses outputting warning messages of the specified number.
[Specification format]
-no_warning={num|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". |
- | This option can only control output for warning messages with message numbers (here written with the component number) in the range from 0550000 to 0559999. |
[Example of use]
- | To suppress outputting warning message "W0550001" and "W0550005", describe as: |
>asrl -no_waning=50001,50005 -dev=dr5f100pj.dvf main.asm
|