[previous] 0806 [next] [S] Comma missing in macro parameter list.
Syntax errors REFERENCE - ISO:C90-6.8.3 Macro Replacement - Semantics

The parameters in the parameter list of this function-like macro have not been separated by commas. For example:


/*PRQA S 553,2017 ++*/

#define GLUE(a b) a ## b            /* Message 0806 */


No MISRA C:2012 Rules applicable to message 0806


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