Controlling C99 Extensions
The following table shows how to control C99 extensions.
Table 1. Controlling C99 extensions to the C language
To control this option from here...
use this setting
CodeWarrior IDE
Enable C99 Extensions
in the
C/C++ Build > ARM Compiler > Language
settings panel.
source code
#pragma c99
command line
-c99