diff options
author | Pablo Barciela <[email protected]> | 2020-01-11 16:46:30 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-01-11 16:46:30 +0100 |
commit | 4a8bcc526384f1109a6fa898121b64174f19eb19 (patch) | |
tree | a2dc1ca9748eb29da0d2c9a6de3c6cf91700688f | |
parent | 7c4ab967b6ac23d4fb0eced614d722c7930ea879 (diff) | |
download | mate-utils-4a8bcc526384f1109a6fa898121b64174f19eb19.tar.bz2 mate-utils-4a8bcc526384f1109a6fa898121b64174f19eb19.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 45670196..34f40dcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,7 +158,7 @@ requires: - zlib1g-dev variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |