diff options
author | Pablo Barciela <[email protected]> | 2019-12-16 15:21:12 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-16 15:21:12 +0100 |
commit | 265093caa7d1d1dac02009aea40e4c47633ef691 (patch) | |
tree | 627355eff7fe2311a537b1344907ac2fcccc14fe | |
parent | 5f3903bc85bff8eb6ea0040df8d8e4a7f8c4b5f5 (diff) | |
download | mate-user-share-265093caa7d1d1dac02009aea40e4c47633ef691.tar.bz2 mate-user-share-265093caa7d1d1dac02009aea40e4c47633ef691.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 ceca753..0a2a774 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,7 +145,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 |