![]() |
|
MISRA-C:2004 Rule 8.10: (Required) |
|
||||
![]() | |||||||
Example Code:
/* PRQA S 3408 ++ */
#include "misra.h"
#include "m2cmex.h"
S16 obj_0810a;
S16 obj_0810b;
static S16 test_0810b( void );
extern S16 test_0810( void )
{
S16 r;
r = test_0810a() + test_0810b();
return r;
}
extern S16 test_0810a( void )
{
return obj_0810a;
}
static S16 test_0810b( void )
{
return obj_0810b;
}
QAC messages that encompass this guideline:
| 1504 | The object '%1s' is only referenced in the translation unit where it is defined. |
| 1505 | The function '%1s' is only referenced in the translation unit where it is defined. |
|
||
(c) The Motor Industry Research Association, 2004
|
QA C Source Code Analyser 8.1.2
MISRA-C:2004 Compliance Module 3.2 © 2013 Programming Research www.programmingresearch.com |
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index | Contents |