From 2f6b511eab4a2d207b947dbb3ac14e7de8777bac Mon Sep 17 00:00:00 2001 From: haotuo <380743811@qq.com> Date: Mon, 10 Apr 2023 20:56:41 +0800 Subject: [PATCH] Revert "Ignore warnings to enable llvm15" This reverts commit a9ee09e62d52aabcea03d751c00bb157245c0b52. Signed-off-by: haotuo --- samgr_endpoint/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/samgr_endpoint/BUILD.gn b/samgr_endpoint/BUILD.gn index beb2cc1..a1a2453 100644 --- a/samgr_endpoint/BUILD.gn +++ b/samgr_endpoint/BUILD.gn @@ -46,7 +46,6 @@ if (!enable_ohos_systemabilitymgr_samgr_lite_rpc_mini) { "-fPIC", "-Wall", ] - cflags += [ "-Wno-int-conversion" ] if (ohos_kernel_type == "linux") { defines = [ -- Gitee