summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-08 14:25:04 +0100
committerPablo Barciela <[email protected]>2019-12-08 14:25:17 +0100
commit241a5bb4b8f0991923aa8c656eeb8b7701df2cb3 (patch)
tree421ce48f346b082cd06cd34dfe074afea0d54ff7
parent5d95f86b65bc44202dd94b294586f0590c71eb92 (diff)
downloadmate-polkit-241a5bb4b8f0991923aa8c656eeb8b7701df2cb3.tar.bz2
mate-polkit-241a5bb4b8f0991923aa8c656eeb8b7701df2cb3.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ef00cee..1b9f914 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,7 +117,7 @@ requires:
- mate-common
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode