summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-08 14:24:11 +0100
committerPablo Barciela <[email protected]>2019-12-08 14:24:11 +0100
commit5715290e278e74e7bad2dfa3f64e5f0b1a6a5446 (patch)
treea86e66594fdaab6a30b91d50ab8b9f8e6a07ec00
parent40fe418fd4b03d58f2606c66a3b82d1ef88c9f31 (diff)
downloadmate-panel-5715290e278e74e7bad2dfa3f64e5f0b1a6a5446.tar.bz2
mate-panel-5715290e278e74e7bad2dfa3f64e5f0b1a6a5446.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 b95490b8..27dd333c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -176,7 +176,7 @@ requires:
- yelp-tools
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode