-strict

Controls the use of non-standard ISO/IEC 9899-1990 ("C90") language features.

Syntax
  -strict on | off  
Remarks

If this option is on, the compiler generates an error message when it encounters some CodeWarrior extensions to the C language defined by the ISO/IEC 9899-1990 ("C90") standard:

The default setting is off.