summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-16 15:20:02 +0100
committerPablo Barciela <[email protected]>2019-12-16 15:20:02 +0100
commitc49b3f7b68ed674a8745b44e192d58f540ec1032 (patch)
tree292d04056b62ce2362ad982e3baa8ab835a61ab8
parent76fba6726b52c82c56f845eee0822b8f1bfbb305 (diff)
downloadmate-terminal-c49b3f7b68ed674a8745b44e192d58f540ec1032.tar.bz2
mate-terminal-c49b3f7b68ed674a8745b44e192d58f540ec1032.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 a833924..149735f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -130,7 +130,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