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 message if it encounters some CodeWarrior extensions to the C language defined by the ISO/IEC 9899-1990 ("C90") standard:

By default, this pragma is off .

Related information
c99
c9x
ignore_oldstyle
only_std_keywords
require_prototypes