From: Evgeny Vereshchagin Date: Fri, 21 Jun 2019 00:21:09 +0000 (+0200) Subject: coverity: stop setting _Float* X-Git-Tag: v243-rc1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0127b1a05e8635bea4ea244a00ca242fde976b56;p=thirdparty%2Fsystemd.git coverity: stop setting _Float* Should address https://github.com/systemd/systemd/issues/12854 --- diff --git a/.travis.yml b/.travis.yml index dd34e9c82ac..d46e2be6f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,8 +148,7 @@ jobs: script: - set -e # Preconfigure with meson to prevent Coverity from capturing meson metadata - # Set compiler flag to prevent emit failure - - $DOCKER_EXEC sh -c "CFLAGS='-D_Float128=long\ double -D_Float64=double -D_Float64x=long\ double -D_Float32=float -D_Float32x=double' meson cov-build -Dman=false" + - $DOCKER_EXEC meson cov-build -Dman=false # Run Coverity - $DOCKER_EXEC tools/coverity.sh build - $DOCKER_EXEC tools/coverity.sh upload