[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
suppress_init_code

Description:
Controls the suppression of static initialization object code.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma suppress_init_code on | off | reset
Remarks:
When this pragma is on, the compiler doesn't generate any code for static data initialization such as C++ constructors. By default this pragma is off.
WARNING!
Using this pragma without being aware of its consequences can produce erratic or unpredictable behavior in your program.
This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (suppress_init_code), described in "Checking Options." By default, this pragma is off.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000