Controls the suppression of static initialization object code.
#pragma suppress_init_code on | off | reset
If you enable this pragma, the compiler does not generate any code for static data initialization.
This pragma does not correspond to any panel setting in the Language panel. To check this setting, use __option (suppress_init_code), described in Checking Pragma Settings. By default, this pragma is disabled.