suppress_warnings

Controls the issuing of warnings.

Syntax

#pragma suppress_warnings on | off | reset

Targets
All platforms.
Remarks

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.