Preventing Errors & Warnings

The Carbide C/C++ compiler generates errors when it cannot translate your source code or generate object code due to improper syntax.

Like the lint programming utility, the Carbide C/C++ compiler can generate warnings that alert you to source code that is syntactically correct but logically incorrect or ambiguous. Because these warnings are not fatal, the compiler still translates your source code. However, your program might not run as you intended.

This section describes these warnings: