[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


extended_errorcheck

Description:

Controls the issuing of warnings for possible unintended logical errors.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma extended_errorcheck on | off | reset Remarks:

If the pragma extended_errorcheck is on, the C compiler generates a warning (not an error) if it encounters some common programming errors. See "Suspicious Assignments to Enumerations and Incorrect Function Returns" for descriptions of these logical errors that are caught when this pragma is on.

This pragma corresponds to the Extended Error Checking option in the C/C++ Warnings Panel. To check whether this option is on, use __option (extended_errorcheck), described in "Checking Options."


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000