[previous] 3222 [next] Object with external linkage declared at block scope.
Declarations and Definitions

An object with external linkage has been declared at block scope.

For example:


/*PRQA S 2017,2211,3199,3203,3205,3227,3408,3447 ++*/

void foo(int a)
{
    extern int myfunc(int x);    /* Message 3221 */
    extern int gx;               /* Message 3222 */
    int r;

    r = myfunc(a);

}

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