diff options
author | Pablo Barciela <[email protected]> | 2019-12-05 20:49:28 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-05 20:49:28 +0100 |
commit | ebaea1565e7237445eea8f6e7c848ee7ed5c380c (patch) | |
tree | 987813b919e3665b715f1a7b44bc63e19c036c30 | |
parent | 161d5729357464cca8bd27a435a8ec5b793f5f00 (diff) | |
download | mate-netbook-ebaea1565e7237445eea8f6e7c848ee7ed5c380c.tar.bz2 mate-netbook-ebaea1565e7237445eea8f6e7c848ee7ed5c380c.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 7523919..e639d0b 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 |