The #pragma info directive controls the diagnostic messages generated by the
compiler option.
You can use this directive in place of the compiler option to turn groups of diagnostic messages on or off. The #pragma info directive overrides any compiler options stated on the command line.
Available options are:
all | Turns on all diagnostic checking. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
none | Turns off all diagnostic suboptions for specific portions of your program. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
restore | Restores the options that
were in effect before the previous #pragma info
directive. Because #pragma info operates like a stack, the options restored may not be those given on the command line. If no options were previously in effect, #pragma info(restore) does nothing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
group | Turns on specific groups
of messages, where group can be one or more of:
|
#pragma Preprocessor
Directives
List of Preprocessor
Directives