aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-03 16:09:20 +0200
committerDavid Robillard <d@drobilla.net>2020-08-03 16:09:20 +0200
commit1e0aa339bb8ae9bf25b464dc1de8e31edefb53f4 (patch)
tree7eea21ed257ec466e6a80b14ee9cf07c47d5c314
parentcd03af4ddd90d3d79c7c5190c3370c03603c9c9a (diff)
downloadjalv-1e0aa339bb8ae9bf25b464dc1de8e31edefb53f4.tar.gz
jalv-1e0aa339bb8ae9bf25b464dc1de8e31edefb53f4.tar.bz2
jalv-1e0aa339bb8ae9bf25b464dc1de8e31edefb53f4.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.
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index ac45777..4562825 100644
--- a/wscript
+++ b/wscript
@@ -68,7 +68,6 @@ def configure(conf):
'-Wno-format-nonliteral',
'-Wno-implicit-fallthrough',
'-Wno-implicit-float-conversion',
- '-Wno-implicit-int-float-conversion',
'-Wno-padded',
'-Wno-redundant-parens',
'-Wno-reserved-id-macro',