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=6c0ca3eb832510f3a6ef04f2a259527b97b1ea0c

commit 6c0ca3eb832510f3a6ef04f2a259527b97b1ea0c
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Nov 19 23:47:23 2021 +0100

    test: Suppress cppcheck constParameter check
    
    This is triggering on many parts that might need to be handled later on,
    but right now produce noise.
    
    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 f6e2b836f..968577a45 100644
--- a/t/cppcheck/cppcheck.supp
+++ b/t/cppcheck/cppcheck.supp
@@ -8,6 +8,9 @@ varFuncNullUB
 // TODO: While perhaps valid there are many to handle right away.
 variableScope
 
+// TODO: While perhaps valid there are many to handle right away.
+constParameter
+
 // Ignore, this is an imported module.
 unusedStructMember:lib/compat/obstack.c
 nullPointerArithmetic:lib/compat/obstack.c

-- 
Dpkg.Org's dpkg

Reply via email to