21-02-2018, 11:40 AM
If you use the code below in more than one C file, then it´s not a false positive but a violation:
If get_DrvPosn_D_SvRc_Rq is used only in one C file it should be static.
Code:
extern tm_uint8 get_DrvPosn_D_SvRc_Rq(void);
If get_DrvPosn_D_SvRc_Rq is used only in one C file it should be static.
<t></t>