[epiphany/mcatanzaro/cppcheck: 6/16] Suppress more warnings with false positives



commit 9815b5e28253765f75ea1d18cb06498010fec373
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Nov 17 10:31:01 2019 -0600

    Suppress more warnings with false positives
    
    cppcheck isn't so good at these....

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5216b03eb..3c4424855 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,8 @@ cppcheck:
     --library=gtk
     --quiet
     --suppress=leakNoVarFunctionCall
+    --suppress=memleak
+    --suppress=shadowVar
     --suppress=variableScope
     --suppress=unusedFunction
     --template=gcc


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