option

option keyword compiler-options

Use the option statement to specify additional compiler options.

keyword specifies the compiler. Possible values are ARMCC for ARM RVCT, CW for CodeWarrior, GCC for GCC, GCCE for GCCE, and MSVC for MS Visual C++.

The following statement turns warnings off in CodeWarrior builds.

OPTION CW -w off