gcc_extensions

Controls the acceptance of GNU C language extensions.

Syntax
  #pragma gcc_extensions on | off | reset  
Remarks

If you enable this pragma, the compiler accepts GNU C extensions in C source code. This includes the following non-ANSI C extensions:

This pragma does not correspond to any setting in the Language panel. To check the global optimizer, use __option (gcc_extensions), described in Checking Pragma Settings. By default, this pragma is disabled.