Controls the issuing of warnings.
#pragma suppress_warnings on | off | reset
If you enable this pragma, the compiler does not generate warnings, including those that are enabled.
This pragma does not correspond to any panel setting. To check this setting, use __option (suppress_warnings), described in Checking Settings. The default setting is off.