summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-30 23:54:55 +0100
committerPablo Barciela <[email protected]>2019-11-30 23:54:55 +0100
commit79b8246c2c475602647ccb8106ea551aa697bf81 (patch)
tree279d77be5a9c0fe06d895f539171522f7f9073e6
parentdcd53fa19ca1a44c33fded1445ca0fa8d6a6ccc5 (diff)
downloadcaja-dropbox-79b8246c2c475602647ccb8106ea551aa697bf81.tar.bz2
caja-dropbox-79b8246c2c475602647ccb8106ea551aa697bf81.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 30c41ed..b8be3ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -116,7 +116,7 @@ requires:
- python3-gi
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode