Turn on the Enable C++ Exceptions option in the C/C++ Language Panel if you use the ANSI/ISO-standard try and catch statements. Otherwise, turn off this option to generate smaller and faster code.
TIP
For more information on CodeWarrior implements ANSI/ISO C++ exception handling mechanism, see "Working With C++ Exceptions."
This option corresponds to the pragma exceptions. To check whether this option is on, use __option (exceptions). By default, this option is off.
See also "exceptions" and "Checking Options."