[previous] 3458 [next] Macro defines a braced code statement block.
Macro Definition

This macro is is surrounded by braces { } and contains semicolons and therefore appears to represent a block of code.

For example:


/*PRQA S 553,2017,3410,3429 ++*/

#define START(buf, n)                           \
    {   int i;                                  \
        for (i = 0; i < n; ++i) { buf[i] = i; } \
    }                                                   /* Message 3458 */

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