The following table shows how to turn GCC extensions on or off.
| To control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Enable GCC Extensions (-gccext on) in the C/C++ Build > S12Z Compiler > Language settings panel. |
| source code | #pragma gcc_extensions |
| command line | -gcc_extensions |