[epiphany] CI: suppress more bad cppcheck warnings



commit 5f6314c0e1ebe82193f7cc0fb1a05f610771e81f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Dec 20 09:06:21 2019 -0600

    CI: suppress more bad cppcheck warnings

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 794917158..c7ee46870 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ cppcheck:
     --quiet
     --suppress=constArgument
     --suppress=ctunullpointer
+    --suppress=deallocret
+    --suppress=knownConditionTrueFalse
     --suppress=leakNoVarFunctionCall
     --suppress=literalWithCharPtrCompare
     --suppress=memleak


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]