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


CodeWarrior C/C++ Errors and Warnings

The C/C++ compiler generates errors when it cannot translate your code because of improper syntax. Errors are fatal; the compiler cannot generate object code because of improper syntax.

For descriptions of the CodeWarrior C/C++ compiler's errors, see the CodeWarrior Error Reference.

The compiler can also optionally generate helpful warnings that alert you to source code that is syntactically correct but might be logically incorrect or ambiguous. These mistakes are legal C and C++ source code, but the code might not do what you expect.

When the compiler finds one of these possible mistakes, it can generate a warning. Warnings are not fatal. Unless you choose to treat these warnings as errors, your source code will still compile (although it may not run as you intended it to).

This section describes these warnings. The topics in this section are:


[ 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