From 43185835f4a0bf319105b79bae7beac71b1b1463 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 16:08:57 +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(-) diff --git a/wscript b/wscript index d8bae95..97e81fb 100644 --- a/wscript +++ b/wscript @@ -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', -- cgit v1.2.1