Option Type | Default Value | #pragma options | C | C++ |
-qoption | noinfo | INFO | x | x |
Syntax
-qinfo | -qinfo=all | -qinfo=group{:group} | -qnoinfo INFO | INFO=ALL | INFO=group{:group} | NOINFO
Purpose
Produces informational messages.
Notes
The -qinfo and -qinfo=all
forms of the option have the same effect.
Available forms of the -qinfo option are:
all | Turns on all diagnostic messages for all
groups. Note: The -qinfo and -qinfo=all forms of the option have the same effect. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
noinfo | Turns off all diagnostic messages for specific portions of your program. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
group | Turns on or off specific groups of
messages, where group can be one or more of:
|
Example
To compile myprogram.C to produce informational message
about all items except conversions and unreached statements,
enter:
xlC myprogram.C -qinfo=all -qinfo=nocnv:norea
List of Compiler Options and Their
Defaults
Options that Specify Compiler Output
#pragma info
Preprocessor Directive