[previous] 2216 [next] More than one structure or union member declared on the same line.
Bracing and Indentation

Multiple members are defined on the same line in this struct/union definition.

For example:


/*PRQA S 553,2017 ++*/

struct ST
{
    int a; int b;                               /* Messages 2216 */
    int c;
    int d; int e;                               /* Messages 2216 */
};



No MISRA C:2012 Rules applicable to message 2216


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