summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-02 20:54:08 +0100
committerPablo Barciela <[email protected]>2019-12-02 20:54:08 +0100
commit6d270dcc067da3ef5cc497339f2652c2f2c3911c (patch)
tree355830e2467a17b856b06fa6e6ef1f8c1aa3d502 /.travis.yml
parent5de5f397d9ea3e0948662fd16402f84a349c62e4 (diff)
downloadmate-calc-6d270dcc067da3ef5cc497339f2652c2f2c3911c.tar.bz2
mate-calc-6d270dcc067da3ef5cc497339f2652c2f2c3911c.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 d5101ef..f212f79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -122,7 +122,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