From 917a6a2dcb838f27a7b380599b3dffe2f35e7505 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 16:07:59 +0200 Subject: 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. --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.1