diff options
author | Pablo Barciela <[email protected]> | 2019-12-11 10:57:42 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-11 10:57:42 +0100 |
commit | a48f25e75b8f46e66dc9ed0c1850ce887753af5b (patch) | |
tree | 88bae546964917496d83aa887cdb34d7cbc3fb70 /.travis.yml | |
parent | a3cb0ec974057d50eb817d75b87902df07fcd9f8 (diff) | |
download | mate-power-manager-a48f25e75b8f46e66dc9ed0c1850ce887753af5b.tar.bz2 mate-power-manager-a48f25e75b8f46e66dc9ed0c1850ce887753af5b.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 f556184..9ce4b94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,7 +163,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 |