[epiphany/mcatanzaro/cppcheck: 13/16] Suppress warnings from gvdb



commit 52e3bf69d07982d197f884bb220a5839c2365595
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Nov 17 10:50:44 2019 -0600

    Suppress warnings from gvdb
    
    This shadow warning has found a mistake in EphyLocationEntry, so makes
    sense to keep it. Let's just ignore warnings from gvdb instead.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db2d086a2..f6a30a138 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,10 @@ cppcheck:
     --quiet
     --suppress=leakNoVarFunctionCall
     --suppress=memleak
-    --suppress=shadowVar
     --suppress=variableScope
     --suppress=unusedFunction
     --suppress=varFuncNullUB
+    --suppress=*:lib/contrib/gvdb/*
     --template=gcc
 
 variables:


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