diff options
author | David Robillard <d@drobilla.net> | 2020-08-03 16:08:57 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-03 16:08:57 +0200 |
commit | 43185835f4a0bf319105b79bae7beac71b1b1463 (patch) | |
tree | 60b9a8b4268685b2b0b10bef3afe1a6c87fa45f7 /wscript | |
parent | 5f50376bfe493bba8907edf941c0a3d8eb989c0d (diff) | |
download | ganv-43185835f4a0bf319105b79bae7beac71b1b1463.tar.gz ganv-43185835f4a0bf319105b79bae7beac71b1b1463.tar.bz2 ganv-43185835f4a0bf319105b79bae7beac71b1b1463.zip |
Remove -Wno-implicit-int-float-conversion
This is only supported in very recent clang, and does not suppress anything
that the other flags don't already suppress.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ def configure(conf): '-Wno-float-equal', '-Wno-implicit-fallthrough', '-Wno-implicit-float-conversion', - '-Wno-implicit-int-float-conversion', '-Wno-padded', '-Wno-reserved-id-macro', '-Wno-shadow', |