aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-runtime/misc/cppcheck_suppressions.txt
blob: 6663fc6fb9e251d2904a15ce791b07d874ac9a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# (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