]> git.meshlink.io Git - meshlink/commit
Only set -fno-strict-overflow if -fwrapv is not available.
authorGuus Sliepen <guus@meshlink.io>
Mon, 30 Apr 2018 19:06:51 +0000 (21:06 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 30 Apr 2018 19:06:51 +0000 (21:06 +0200)
commit408027022fef38fe0ae1a83e9bd5c47029434224
treeff034500e17edeb4d6e6c10d48bc180857d9a42b
parent516bfe0557afe6adaa3ea73494b5fe1cf5587b64
Only set -fno-strict-overflow if -fwrapv is not available.

When -fwrapv is set, -fno-strict-overflow has no effect. Clang then
decides to give an obnoxious warning.
configure.ac