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

guillem pushed a commit to branch master
in repository dpkg.

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

commit 7658a27b80809d9e8c133d3d11d71024cecaf99d
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Thu Apr 8 04:28:06 2021 +0200

    test: Update suppressions for cppcheck 2.4
---
 t/cppcheck/cppcheck.supp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp
index 1dba7a48a..fbe17ddaa 100644
--- a/t/cppcheck/cppcheck.supp
+++ b/t/cppcheck/cppcheck.supp
@@ -58,3 +58,6 @@ va_end_missing:lib/dpkg/parsehelp.c:68
 
 // BUG: False positive, due to our local va_copy().
 va_list_usedBeforeStarted:lib/compat/vasprintf.c
+
+// BUG: False positive, SIGWINCH is not a fatal signal.
+unreachableCode:dselect/basecmds.cc:130

-- 
Dpkg.Org's dpkg

Reply via email to