diff options
author | Pablo Barciela <[email protected]> | 2019-12-13 10:44:56 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-13 10:44:56 +0100 |
commit | 5e8a0c59e6d2031096db0e592c737774d02f4aeb (patch) | |
tree | 26340bf3a643dd56383f66f73e58a73310a57a71 | |
parent | 301e3c2f54217c869919a570eaa5433126157399 (diff) | |
download | mate-sensors-applet-5e8a0c59e6d2031096db0e592c737774d02f4aeb.tar.bz2 mate-sensors-applet-5e8a0c59e6d2031096db0e592c737774d02f4aeb.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 2062ed4..a423138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,7 +134,7 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |