gtpp2m0pProgramming Standards

Using the C++ INFO Compiler Option for C Headers

The IBM C++ compiler products on the System/390 platform have an INFO option that will generate warning and informational messages. All C header files must compile cleanly with the C++ compiler INFO option as well as with the C compiler CHECKOUT option.

External headers must compile with RC=0 with the INFO option.

Use the following parameters to compile with the INFO option:

     INFO(NOPPC)
 
Note:
Depending on the compiler, the parameters can change at a future time.