diff options
author | Pablo Barciela <[email protected]> | 2019-12-13 10:46:02 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-13 10:46:02 +0100 |
commit | 23b891fd8f149a6f24fa168b87353f961389ea04 (patch) | |
tree | be3a6f1ab7eed90dac132a926cbc79724a1b650e /.travis.yml | |
parent | d98f54e332d312b9fab094baf7e44ca47b8600ef (diff) | |
download | mate-session-manager-23b891fd8f149a6f24fa168b87353f961389ea04.tar.bz2 mate-session-manager-23b891fd8f149a6f24fa168b87353f961389ea04.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 4f73869..725a1e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,7 +157,7 @@ requires: - xsltproc variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |