diff options
author | Pablo Barciela <[email protected]> | 2019-12-01 00:02:21 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-01 00:02:21 +0100 |
commit | bde02f3b2f03f30e4f21f614b04848071fc746e6 (patch) | |
tree | 44bd854bd23ca5d213e8cde92fdcc07c73f54353 | |
parent | 77f84cfa28494b27e6e8f5769a8abcd3d29d6489 (diff) | |
download | caja-extensions-bde02f3b2f03f30e4f21f614b04848071fc746e6.tar.bz2 caja-extensions-bde02f3b2f03f30e4f21f614b04848071fc746e6.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 429e721..a7cae9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,7 +133,7 @@ requires: - pkg-config variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |