[previous] 0817 [next] [S] Closing quote or bracket '>' missing from include filename.
Syntax errors REFERENCE - ISO:C90-6.1.7 Header Names - Syntax

The include file name in this #include directive is badly formed. include file names are enclosed in either double quotes ("") or angle brackets (<>) and in this instance the closing quote (") or angle bracket (>) is missing.

This may be as the result of an embedded newline character in the include file specification causing the closing character to appear on the next line. For example:


/*PRQA S 553,814,816,821,843 ++*/

#include "myheader.h            /* Message 0817 - and also 0818 */

See also:

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents