From 1b395a3df9dc02591ca3588e8dae238d38694fdb Mon Sep 17 00:00:00 2001 From: Sebastian Zaha Date: Sat, 12 Aug 2023 22:45:27 +0200 Subject: [PATCH] Meta: Port GCC compile option from cmake to gn The clang build is very noisy without -Wno-implicit-const-int-float-conversion --- Meta/gn/build/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/build/BUILD.gn b/Meta/gn/build/BUILD.gn index b82cf38bad..4095cdd829 100644 --- a/Meta/gn/build/BUILD.gn +++ b/Meta/gn/build/BUILD.gn @@ -98,6 +98,7 @@ config("compiler_defaults") { "-Wno-user-defined-literals", "-fconstexpr-steps=16777216", "-Wno-unused-private-field", + "-Wno-implicit-const-int-float-conversion", ] } else { cflags += [