From 1e0aa339bb8ae9bf25b464dc1de8e31edefb53f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 16:09:20 +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 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', -- cgit v1.2.1