[previous] 0926 [next] [S] Expected:%s.
Syntax errors

QA·C is unable to parse this statement because it hasn't found a token which was expected. The message includes a list of the possible tokens which could be expected at this point. For example:


/*PRQA S 553,901 ++ */

void fn(int* __near ptr);               /* Message 0926 and also 0911 */
In this case language extension option "-ex ANSIPC" needs to be enabled (compiler personality). Apart from missing configuration options, this error is commonly a consequence of missing include files - message 0818.

See also:

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