[previous] 3223 [next] Object with static storage duration declared at block scope.
Declarations and Definitions

An object has been declared with static storage duration at block scope, i.e. inside a function.

For example:


/*PRQA S 2017,3205,3408,3447 ++*/

extern void foo(void)
{
    static int x;                               /* Message 3223 */
}

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