diff options
Diffstat (limited to 't/cppcheck/cppcheck.supp')
-rw-r--r-- | t/cppcheck/cppcheck.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp index 37e4a9ef9..e7888e513 100644 --- a/t/cppcheck/cppcheck.supp +++ b/t/cppcheck/cppcheck.supp @@ -19,7 +19,7 @@ knownConditionTrueFalse:src/script.c:162 literalWithCharPtrCompare:lib/dpkg/t/t-test.c // Ignore, the code is used only for its binary artifacts. -uninitMemberVar:scripts/t/Dpkg_Shlibs/patterns.cpp +uninitMemberVar:*/Dpkg_Shlibs/patterns.cpp // BUG: False positive, the macros from lib/dpkg/dlist.h use the tail member. unusedStructMember:lib/dpkg/triglib.c:378 |