# (Export) = Exported function that is not used internally # (FP) = False positive # (Test) = Test of failure cases # (Unimpl) = Unimplemented code leading to warning # (Unsupp) = Unsupported / Edge cases that we don't care about # (Unimpl) Unimplemented functions with unused parameters constParameter:rtinit.c # (FP) Otherwise cppcheck gives warnings about libc headers missingIncludeSystem:* # (FP) tprintf and tfail_ are not used unusedFunction:*/src-common/unittest/unittest.c