The error options define how IAS handles diagnostic messages.
-e fname |
IAS creates fname as the diagnostics file.
Error and warning messages are sent to this file. |
-E max_num |
IAS terminates when the number of errors IAS
detects reaches max_num. |
-W warning_level |
IAS displays different levels of warnings. Values for warning_level are: 0 do not display warnings 1 display severe warnings 2 display warnings 3 display moderate warnings 4 display all warnings x treat all warnings as errors and do
not create object file if any Default:
3 |