diff options
author | Pablo Barciela <[email protected]> | 2019-12-01 23:11:51 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-01 23:11:51 +0100 |
commit | 10923fe625fcf197781f5a32c031b0b1d3173e1a (patch) | |
tree | f632ced697e7f7d8144e454a374fbe9fb2ca635c /.travis.yml | |
parent | deaa63f7703fa9358239df04846155a4f3f30b6e (diff) | |
download | mate-backgrounds-10923fe625fcf197781f5a32c031b0b1d3173e1a.tar.bz2 mate-backgrounds-10923fe625fcf197781f5a32c031b0b1d3173e1a.tar.xz |
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 996a9fb..10fa5fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ requires: - meson variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" build_scripts: - ./autogen.sh |