From 41f1b48e20cef17686b27fbc88929194e17d77ae Mon Sep 17 00:00:00 2001 From: zzhang85 <925889398@qq.com> Date: Thu, 26 Jun 2025 19:37:39 +0800 Subject: [PATCH] Issue:correct critical typo of early commit Description: from commit 3d9d6d1ce6eeebc005ed651b0367d12e5cabe8e4 Sig: Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: zzhang85 <925889398@qq.com> --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 094c491..d1d794e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -167,7 +167,7 @@ ohos_shared_library("sqlite") { "-fprofile-use=" + rebase_path("${sqlite_feature_pgo_path}/libsqlite.profdata", root_build_dir), - "-Wno-error=backend_plugin", + "-Wno-error=backend-plugin", "-Wno-profile-instr-out-of-date", "-Wno-profile-instr-unprofiled", ] -- Gitee