User`s guide
Pragmas for the DSP56800 and DSP56800E
Pragma Reference
412
Targeting MC56F83xx/DSP5685x Controllers
Remarks
By default, the preprocessor adds comments about the current include file being
processed in its output. Enabling this pragma disables these comments.
This pragma does not correspond to any panel setting in the C/C++ Language
panel.
To check this setting, use __option (simple_prepdump), described in
Checking Settings
. By default, this pragma is disabled.
suppress_init_code
Controls the suppression of static initialization object code.
Prototype
#pragma suppress_init_code on | off | reset
Remarks
If you enable this pragma, the compiler does not generate any code for static data
initialization.
WARNING! Beware when using this pragma because it can produce erratic or
unpredictable behavior in your program.This pragma does not correspond to any
panel setting in the C/C++ Language
panel. To check this setting, use __option
(suppress_init_code), described in Checking Settings
. By default, this
pragma is disabled.
suppress_warnings
Controls the issuing of warnings.
Prototype
#pragma suppress_warnings on | off | reset