[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;
}


No MISRA C:2012 Rules applicable to message 3196


QA·C Source Code Analyser 8.1
MISRA C:2012 Compliance Module 1.0
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index Contents