diff options
author | Pablo Barciela <[email protected]> | 2020-01-11 23:44:14 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-01-11 23:44:14 +0100 |
commit | b522d1d4bae4364873a622df975d200449aa1806 (patch) | |
tree | fcd9fc4456ab27aa747aa618e76749b917f909e2 | |
parent | 9d12c76b536387e103ae7898581ecc5778bc7940 (diff) | |
download | python-caja-b522d1d4bae4364873a622df975d200449aa1806.tar.bz2 python-caja-b522d1d4bae4364873a622df975d200449aa1806.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 f2d6aff..97969cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ requires: - quilt variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - PYTHON=python3 after_scripts: |