summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-01-11 23:56:31 +0100
committerPablo Barciela <[email protected]>2020-01-11 23:56:31 +0100
commit391036cb417a564ddcc3a8438a0c0659dd9ba2a1 (patch)
treeef5b50791daea8f3d4014da13ff17aa2d1b2e59b /.travis.yml
parentead4c3415da8acbbcc61d06365e0c83e8da089fb (diff)
downloadpluma-391036cb417a564ddcc3a8438a0c0659dd9ba2a1.tar.bz2
pluma-391036cb417a564ddcc3a8438a0c0659dd9ba2a1.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 981d80e2..dc4ba3d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,7 +155,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