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=e2fa4e3a69d5e24434d1eb923635702bbdfdc787

The following commit(s) were added to refs/heads/main by this push:
     new e2fa4e3a6 test: Fix cppcheck suppression
e2fa4e3a6 is described below

commit e2fa4e3a69d5e24434d1eb923635702bbdfdc787 (HEAD -> main)
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Oct 23 14:05:35 2022 +0200

    test: Fix cppcheck suppression
    
    Fixes: commit 6cad120a9800fcfc164ce381826abf46c7e72172
    Changelog: silent
---
 t/cppcheck/cppcheck.supp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp
index 6a64e1be7..b230e5b0f 100644
--- a/t/cppcheck/cppcheck.supp
+++ b/t/cppcheck/cppcheck.supp
@@ -42,7 +42,7 @@ syntaxError:lib/dpkg/t/*.c
 identicalInnerCondition:lib/dpkg/fsys-hash.c:96
 
 // BUG: False positive, the macros from lib/dpkg/dlist.h use the tail member.
-unusedStructMember:lib/dpkg/triglib.c:378
+unusedStructMember:lib/dpkg/triglib.c:377
 
 // BUG: False positive, does not understand non-returning functors.
 negativeIndex:src/deb/build.c

-- 
Dpkg.Org's dpkg

Reply via email to