Skip to main content

Posts

Showing posts with the label How to identify a diagnostic

How to identify a diagnostic

When the compiler runs with the correct combination of options, any   message it issues beginning with the words Fatal, Error, or Warning   are diagnostics in the sense that ANSI specifies. The options needed   to insure this interpretation are in the following table. The options are   listed as hot keys you use in the IDE. For example, the first option   corresponds to Options|Compiler|Source, and in the Source Options   dialog box you'd choose ANSI for the Keyword option.   -----------------------------------------------------------------------------   Option       Action   -----------------------------------------------------------------------------   O|C|S|A      Enable only ANSI keywords.   O|C|S|N      No nested comments allowed.   O|C|E|C      Use C calling conventions.   O|C|S|I...