|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Technical Support On-Line Manuals CARM User's Guide |
Errors and WarningsSyntax and semantic errors typically occur in the source program. They identify actual programming errors. When an error is encountered, the compiler attempts to recover from the error and continue processing the source file. As more errors are encountered, the compiler outputs additional error messages. No object file is produced once an error is encountered. Warnings produce information about potential problems which may occur during program execution. Warnings do not hinder compilation of the source file. Errors and warnings are formatted as follows: *** ERROR number IN LINE line OF file: message *** WARNING number IN LINE line OF file: message Where
The error or warning message may include the following terms:
Errors and warnings are listed in numerical order and are divided into several sections:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||