[previous] 3196 [next] The variable '%s' is never set.
Redundancy

Although the address of this variable is used, it appears that its value is never set.

For example:


/*PRQA S 2017,3199,3203,3408,3602 ++*/

void foo(void)
{
    int        a;               /* Message 3196 */
    const int *pci;

    pci = &a;
}

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