summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-30 23:51:36 +0100
committerPablo Barciela <[email protected]>2019-11-30 23:51:36 +0100
commit452d0558555b468015b561ad6c41f5f417e63ec7 (patch)
tree313111f503ac742857ed445d903207bc98cd0b03
parentc18cf51868958ac9d7b564e0d4fd6e75a37c747c (diff)
downloadcaja-452d0558555b468015b561ad6c41f5f417e63ec7.tar.bz2
caja-452d0558555b468015b561ad6c41f5f417e63ec7.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 60eb6086..84a5b816 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,7 +163,7 @@ requires:
- shared-mime-info
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode