diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-06-21 02:21:09 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-06-21 17:27:35 +0200 |
commit | 0127b1a05e8635bea4ea244a00ca242fde976b56 (patch) | |
tree | 27f540bcfbafa9f44f9d6fcbb08ad48a892c1d1a /.travis.yml | |
parent | man: drop my copyright (diff) | |
download | systemd-0127b1a05e8635bea4ea244a00ca242fde976b56.tar.xz systemd-0127b1a05e8635bea4ea244a00ca242fde976b56.zip |
coverity: stop setting _Float*
Should address https://github.com/systemd/systemd/issues/12854
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dd34e9c82a..d46e2be6f7 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 |