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=53ae4e616df2dbc49fe2f11492558bdee1ef0cfe commit 53ae4e616df2dbc49fe2f11492558bdee1ef0cfe Author: Guillem Jover <[email protected]> AuthorDate: Sat Jan 18 01:23:07 2020 +0100 test: Suppress new bogus cppcheck 1.90 false positives Warned-by: cppcheck --- debian/changelog | 2 +- t/cppcheck/cppcheck.supp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 359440af9..ea5faa763 100644 --- a/debian/changelog +++ b/debian/changelog @@ -134,7 +134,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Clarify cppcheck va_list_usedBeforeStarted suppression. - Skip build directories from codespell check. - Update stopwords for codespell 1.16.0. - - Suppress new bogus cppcheck 1.89 false positives. + - Suppress new bogus cppcheck 1.90 false positives. [ Updated programs translations ] * German (Sven Joachim). diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp index 8aa1de7ae..e672908e6 100644 --- a/t/cppcheck/cppcheck.supp +++ b/t/cppcheck/cppcheck.supp @@ -53,6 +53,7 @@ nullPointerArithmeticRedundantCheck:lib/dpkg/pkg-format.c:82 // BUG: False positive, does not understand setjmp-style error handling. redundantAssignment:lib/compat/selinux.c:73 redundantAssignment:lib/dpkg/t/t-ehandle.c:108 +nullPointerRedundantCheck:utils/update-alternatives.c:1158 uninitStructMember:utils/update-alternatives.c:1305 uninitStructMember:utils/update-alternatives.c:1306 uninitStructMember:utils/update-alternatives.c:1307 -- Dpkg.Org's dpkg

