aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-03 16:07:59 +0200
committerDavid Robillard <d@drobilla.net>2020-08-03 16:07:59 +0200
commit917a6a2dcb838f27a7b380599b3dffe2f35e7505 (patch)
treecadedcd680ea6899d55c2d7889b8724dd713727c /wscript
parentc6ff21f91af949251aa8f58b335b87e1a1c78f54 (diff)
downloadlv2-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--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index e840207..22909ef 100644
--- a/wscript
+++ b/wscript
@@ -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',