summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-09 11:26:39 +0200
committerraveit65 <[email protected]>2019-09-09 20:24:11 +0200
commit4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe (patch)
treee30935d0470188094506a212a701f927e2bfa991 /.travis.yml
parent888b5650c24324b454e4460887c58dd7766d2f4a (diff)
downloadmate-applets-4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe.tar.bz2
mate-applets-4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe.tar.xz
travis [CI]: expand WARN_CFLAGS
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 f1d2c787..c984d9d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -169,7 +169,7 @@ requires:
- yelp-tools
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - 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"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode