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=bac44774bb28776427a92cc63803f67043b35401 commit bac44774bb28776427a92cc63803f67043b35401 Author: Guillem Jover <[email protected]> AuthorDate: Sun Jun 25 23:28:50 2023 +0200 test: Update cppcheck suppressions for 2.11 Warned-by: cppcheck --- t/cppcheck/cppcheck.supp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp index 4ed6c2191..beacaff48 100644 --- a/t/cppcheck/cppcheck.supp +++ b/t/cppcheck/cppcheck.supp @@ -7,6 +7,8 @@ varFuncNullUB // TODO: While perhaps valid there are many to handle right away. constParameter +constParameterCallback +constParameterPointer // Ignore, this is an imported module. unusedStructMember:lib/compat/obstack.c @@ -14,6 +16,7 @@ nullPointerArithmetic:lib/compat/obstack.c // Ignore, the code is used only for its binary artifacts. uninitMemberVar:*/Dpkg_Shlibs/patterns.cpp +unusedStructMember:*/Dpkg_Shlibs/patterns.cpp // BUG: False positive. unusedStructMember:lib/dpkg/compress.c -- Dpkg.Org's dpkg

