This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f35068a2fbe809535353533e808294db6fc177ef

commit f35068a2fbe809535353533e808294db6fc177ef
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sun Nov 5 20:08:04 2023 +0100

    test: Remove unused cppcheck suppressions
    
    These suppressions do not match anything any longer. Remove them.
---
 t/cppcheck/cppcheck.supp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp
index a07d3554c..0b48e1cae 100644
--- a/t/cppcheck/cppcheck.supp
+++ b/t/cppcheck/cppcheck.supp
@@ -6,7 +6,6 @@
 varFuncNullUB
 
 // TODO: While perhaps valid there are many to handle right away.
-constParameter
 constParameterCallback
 constParameterPointer
 
@@ -25,9 +24,6 @@ knownConditionTrueFalse:lib/dpkg/t/t-macros.c
 knownConditionTrueFalse:lib/dpkg/pkg-hash.c
 knownPointerToBool:lib/dpkg/pkg-hash.c
 
-// BUG: False positive.
-unusedStructMember:lib/dpkg/compress.c
-
 // BUG: False positive, it gets triggered even with -Ilib.
 unknownMacro:lib/dpkg/string.h
 unknownMacro:utils/*.c

-- 
Dpkg.Org's dpkg

Reply via email to