summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-12-17 15:57:59 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-12-17 15:57:59 -0600
commit914027678cc37b599e4971e25d558779b3a32f66 (patch)
tree98a2d04c14b159337d0fa4868cc79cf4dd69a822 /.gitlab-ci.yml
parente2a199e224f25e7a9ebfa5bd74c27d3259a4ffb4 (diff)
downloadepiphany-914027678cc37b599e4971e25d558779b3a32f66.tar.gz
CI: suppress cppcheck unreadVariable warning
It's throwing an obvious false-positive warning. Not impressed by cppcheck. :/
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d24d894d2..56de29e4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,6 +30,7 @@ cppcheck:
--suppress=literalWithCharPtrCompare
--suppress=memleak
--suppress=redundantAssignment
+ --suppress=unreadVariable
--suppress=variableScope
--suppress=varFuncNullUB
--suppress=*:lib/contrib/gvdb/*