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=bb83d9d9431fbf6134cec216aa0a8877a786e630 commit bb83d9d9431fbf6134cec216aa0a8877a786e630 Author: Guillem Jover <[email protected]> AuthorDate: Sun Aug 22 17:13:35 2021 +0200 test: Suppress bogus cppcheck for nullPointerRedundantCheck Warned-by: cppcheck --- t/cppcheck/cppcheck.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/t/cppcheck/cppcheck.supp b/t/cppcheck/cppcheck.supp index 968577a45..16c88d90d 100644 --- a/t/cppcheck/cppcheck.supp +++ b/t/cppcheck/cppcheck.supp @@ -50,6 +50,7 @@ nullPointerArithmeticRedundantCheck:lib/dpkg/db-fsys-files.c nullPointerArithmeticRedundantCheck:lib/dpkg/db-fsys-override.c nullPointerRedundantCheck:dpkg-deb/build.c nullPointerRedundantCheck:lib/dpkg/db-fsys-override.c +nullPointerRedundantCheck:lib/dpkg/options.c nullPointerRedundantCheck:lib/dpkg/ehandle.c nullPointerRedundantCheck:src/enquiry.c nullPointerRedundantCheck:src/unpack.c -- Dpkg.Org's dpkg

