From 33f823276cfe13c8a1a5facccd8be0fff22b9582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=8D=9A=E6=98=8E?= Date: Tue, 20 Aug 2024 06:06:12 +0000 Subject: [PATCH] fix gn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗博明 --- icu4c/source/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/BUILD.gn b/icu4c/source/BUILD.gn index dc09a289..88ce731e 100644 --- a/icu4c/source/BUILD.gn +++ b/icu4c/source/BUILD.gn @@ -567,7 +567,7 @@ ohos_static_library("genrb_c") { "-DU_ATTRIBUTE_DEPRECATED=", "-Wno-sign-compare", "-Wno-error=strict-prototypes", - "-Wno-error=unused-but-set-variable" + "-Wno-error=unused-but-set-variable", ] ldflags = [ "-ldl",