[previous] 3205 [next] The identifier '%s' is not used and could be removed.
Redundancy

This identifier is never used and could be removed,

For example:


/*PRQA S 2017,2211,3223,3408 ++*/

typedef int t1;                         /* Message 3205 */

extern void foo(void)
{
   typedef int t2;                      /* Message 3205 */

   int v1;                              /* Message 3205 */
   int v2 = 0;                          /* Message 3205 */
   static int v3 = 0;                   /* Message 3205 */

   return;
}


No MISRA C:2012 Rules applicable to message 3205


See also:

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