WARNING Option

Syntax

WARNING=level

The WARNING option specifies the amount of debugging information that the compiler is to report during the build.

Parameter

level

Specifies the warning level. This parameter may be any one of the following values.

Value Meaning

1 Report only the most severe errors.
2 Report an intermediate number of errors.
3 Report all fatal errors and warnings.

Comments

This option only specifies the amount of information to report. It should be used in conjunction with the REPORT option and the ERRORLOG option if you want to see the error messages on the screen and save them in a file.

Example

The following example specifies an intermediate level of error reporting:

[OPTIONS]
WARNING=2

See Also

ERRORLOG Option, [OPTIONS] Section, REPORT Option