diff options
author | Pablo Barciela <[email protected]> | 2019-12-01 23:10:27 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-01 23:10:27 +0100 |
commit | cec742f132e318db1de4d01d841fea15238798c3 (patch) | |
tree | dc734dedaa338876132264765e08b8306709c40a | |
parent | 319e015455d5ea5ae906dc416aeb38a9fc835d59 (diff) | |
download | mate-applets-cec742f132e318db1de4d01d841fea15238798c3.tar.bz2 mate-applets-cec742f132e318db1de4d01d841fea15238798c3.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 153a70e5..36d975fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wunused-but-set-variable -Wformat-nonliteral -Wabsolute-value" + - CFLAGS="-Wall -Werror=format-security -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wunused-but-set-variable -Wformat-nonliteral -Wabsolute-value -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |