summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-14 20:39:45 +0100
committerPablo Barciela <[email protected]>2019-12-14 20:39:45 +0100
commit7badfadf733ff266cb69d1eb920d0e286f649950 (patch)
treef03b63e42decf7420c720c2428a58b31674185a7
parent4ced88c0ee1681c4e02899f18f6d574f6af33916 (diff)
downloadmate-system-monitor-7badfadf733ff266cb69d1eb920d0e286f649950.tar.bz2
mate-system-monitor-7badfadf733ff266cb69d1eb920d0e286f649950.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 3e7d46f..a634f6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -149,7 +149,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