diff options
author | David Robillard <d@drobilla.net> | 2020-08-03 16:07:59 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-03 16:07:59 +0200 |
commit | 917a6a2dcb838f27a7b380599b3dffe2f35e7505 (patch) | |
tree | cadedcd680ea6899d55c2d7889b8724dd713727c /wscript | |
parent | c6ff21f91af949251aa8f58b335b87e1a1c78f54 (diff) | |
download | lv2-917a6a2dcb838f27a7b380599b3dffe2f35e7505.tar.xz |
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
@@ -96,7 +96,6 @@ def configure(conf): '-Wno-float-conversion', '-Wno-float-equal', '-Wno-implicit-float-conversion', - '-Wno-implicit-int-float-conversion', '-Wno-padded', '-Wno-reserved-id-macro', '-Wno-shorten-64-to-32', |