summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-30 23:51:36 +0100
committerraveit65 <[email protected]>2022-07-20 21:40:42 +0200
commit2f961398943a3ec4a26933a0b65799d5d9233226 (patch)
tree09beb0f93e3420932854a9d3b9a3344d815089de
parent4bada395f33980cd9552a88ecec9a7c9dc48c7dc (diff)
downloadcaja-2f961398943a3ec4a26933a0b65799d5d9233226.tar.bz2
caja-2f961398943a3ec4a26933a0b65799d5d9233226.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 2c3ecd1e..3d3bdbc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,7 +158,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