[previous] 0427 [next] [C] Object identifier used as if it were a function or a function pointer identifier.
Constraint violations REFERENCE - ISO:C90-6.3.2.2 Function calls

This is a constraint error

This object has been used as if it were a function or a function pointer identifier. For example:


/*PRQA S 3196,3199,3203,3408,3671 ++*/

void foo(void)
{
    int r;
    int name;

    r = name();                 /* Message 0427 */
}

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