[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 */
};


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