19-02-2018, 08:51 AM
Verify that you have exactly one declaration of
in your project.
If that is the case you might be dealing with a false positive from whatever static analyzer you use.
Code:
tm_uint8 get_DrvPosn_D_SvRc_Rq(void);
in your project.
If that is the case you might be dealing with a false positive from whatever static analyzer you use.
<t></t>