From 4a3dcc61aeaa31b1403288a65c9074e7d24a8dfe Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 9 Sep 2019 11:26:39 +0200 Subject: travis [CI]: expand WARN_CFLAGS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1