diff options
author | Pablo Barciela <[email protected]> | 2019-12-02 20:54:08 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-02 20:54:08 +0100 |
commit | 6d270dcc067da3ef5cc497339f2652c2f2c3911c (patch) | |
tree | 355830e2467a17b856b06fa6e6ef1f8c1aa3d502 | |
parent | 5de5f397d9ea3e0948662fd16402f84a349c62e4 (diff) | |
download | mate-calc-6d270dcc067da3ef5cc497339f2652c2f2c3911c.tar.bz2 mate-calc-6d270dcc067da3ef5cc497339f2652c2f2c3911c.tar.xz |
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
-rw-r--r-- | .travis.yml | 2 |
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 |