[previous] 2007 [next] 'auto' does not add information to a declaration, and is best avoided.
Declarations and Definitions

This declaration includes the keyword 'auto', signifying automatic storage duration. This keyword is obsolete and is effectively redundant. Removing it will have no effect on the behaviour of this declaration.

For example:


/*PRQA S 2017,3205,3408 ++*/

extern void foo(void)
{
   auto int i;                  /* Message 2007 */
}


No MISRA-C:2004 Rules applicable to message 2007


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