From: Ivan Maidanski Date: Mon, 27 Mar 2017 21:38:01 +0000 (+0300) Subject: Travis CI: Test builds with -D LINT2 X-Git-Tag: v7.4.6~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e0b9e40972334a87640c1d712081e084617c3d;p=gc Travis CI: Test builds with -D LINT2 (Cherry-pick commit 518eb14 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index dc98d72a..f2cfbc1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: osx env: - - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS" + - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS -D LINT2" - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: linux compiler: gcc @@ -85,6 +85,7 @@ matrix: compiler: gcc env: - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus" + - CFLAGS_EXTRA="-D LINT2" - os: linux compiler: clang env: