Controlling GCC extensions to the C language shows how to turn GCC extensions on or off.
| To control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Enable GCC Extensions in the C/C++ Language Settings panel |
| source code | #pragma gcc_extensions |
| command line | -gcc_extensions |