Warning Message Reporting

You can specify the level of warnings reported by the compiler during the build process. Warning messages alert you to conditions that are not serious enough to stop the build but that might cause problems in your Help file.

The WARNING option in your Help project file controls the amount of warning information that the compiler displays. You set this in the [OPTIONS] section, using the following command:

WARNING=level

The following table describes the three reporting levels for the build process.

Level Information reported

1 Only the most severe warnings
2 Severe and less serious warnings
3 All warnings

The following example specifies the intermediate level of error reporting:

[OPTIONS]
WARNING=2