summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-05 20:48:16 +0100
committerPablo Barciela <[email protected]>2019-12-05 20:48:16 +0100
commitfef8c752aaf23a51dda3c5579f2098dce2c8a5fc (patch)
treefad29b89161e48b8e93a6cf4cb6f3fd1ccb33cb7 /.travis.yml
parent0d7cca9c5f5c5368e415a3ccad498a9645a3609b (diff)
downloadmate-menus-fef8c752aaf23a51dda3c5579f2098dce2c8a5fc.tar.bz2
mate-menus-fef8c752aaf23a51dda3c5579f2098dce2c8a5fc.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ace5dc..9b702b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,7 +115,7 @@ requires:
- mate-common
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode