ILE C/C++ Programmer's Guide


Messaging Support

The following table describes the level of compiler messages that you could receive during compilation of your source code

Severity Compiler Response
Informational (00) Compilation continues. The message reports conditions found during compilation.
Warning (10) Compilation continues. The message reports valid, but possibly unintended, conditions.
Error (20) Compilation continues and object code is generated. Error conditions exist that the compiler can correct, but the program might not run correctly.
Severe error (30) Compilation continues, but object code is not generated. Error conditions exist that the compiler cannot correct.
Unrecoverable error (40) The compiler halts. An internal compiler error has been found. This message should be reported to your IBM service representative.


[ Top of Page | Previous Page | Next Page | Table of Contents ]