ANSI_strict

Controls the use of non-standard language features.

Syntax
#pragma ANSI_strict on | off | reset
Remarks

If you enable the pragma ANSI_strict, the compiler generates an error if it encounters any of the following common ANSI extensions:

This pragma corresponds to the ANSI Strict setting in the Language panel. To check this setting, use __option (ANSI_strict), described in Checking Pragma Settings. By default, this pragma is disabled.