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

QAC 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.


No MISRA-C:2004 Rules applicable to message 0926


See also:

QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents