[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 */

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