From 7bb926357eadf2b3afbbe5157cf7b26a4e4943e9 Mon Sep 17 00:00:00 2001 From: lm576162 Date: Sat, 17 Jan 2026 18:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=91=8A=E8=AD=A6=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lm576162 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 3bea5a7..3f38b76 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -54,7 +54,7 @@ if (os_level != "standard") { if (defined(board_toolchain_type) && board_toolchain_type == "clang") { cflags = [ - "--Wno-float-equal", + "-Wno-float-equal", ] cflags_cc = cflags }