summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-01 23:10:27 +0100
committerPablo Barciela <[email protected]>2019-12-01 23:10:27 +0100
commitcec742f132e318db1de4d01d841fea15238798c3 (patch)
treedc734dedaa338876132264765e08b8306709c40a /.travis.yml
parent319e015455d5ea5ae906dc416aeb38a9fc835d59 (diff)
downloadmate-applets-cec742f132e318db1de4d01d841fea15238798c3.tar.bz2
mate-applets-cec742f132e318db1de4d01d841fea15238798c3.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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