[previous] 0625 [next] [U] '%s' has been declared with both internal and external linkage - the behaviour is undefined.
Explicitly undefined REFERENCE - ISO:C90-6.1.2.2 Linkages of Identifiers

This object has been declared with both internal and external linkage.

For example:


/*PRQA S 553,2017,3211,3408,3447 ++*/

extern int number;
/* ... */
static int number;                   /* Message 0625 */


MISRA C:2012 Rules applicable to message 0625:

Rule-1.3  (Required) There shall be no occurrence of undefined or critical unspecified behaviour


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