diff options
author | raveit65 <[email protected]> | 2019-09-09 11:26:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-09 20:24:11 +0200 |
commit | 4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe (patch) | |
tree | e30935d0470188094506a212a701f927e2bfa991 | |
parent | 888b5650c24324b454e4460887c58dd7766d2f4a (diff) | |
download | mate-applets-4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe.tar.bz2 mate-applets-4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe.tar.xz |
travis [CI]: expand WARN_CFLAGS
-rw-r--r-- | .travis.yml | 2 |
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 |