From a9ee09e62d52aabcea03d751c00bb157245c0b52 Mon Sep 17 00:00:00 2001 From: guzhihao4 Date: Wed, 15 Mar 2023 15:23:42 +0800 Subject: [PATCH] Ignore warnings to enable llvm15 Issue: #I6LPWU Signed-off-by: guzhihao4 Change-Id: I93599d72d5cb592dc08e8dc908da66fa009447c9 --- samgr_endpoint/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/samgr_endpoint/BUILD.gn b/samgr_endpoint/BUILD.gn index a1a2453..beb2cc1 100644 --- a/samgr_endpoint/BUILD.gn +++ b/samgr_endpoint/BUILD.gn @@ -46,6 +46,7 @@ if (!enable_ohos_systemabilitymgr_samgr_lite_rpc_mini) { "-fPIC", "-Wall", ] + cflags += [ "-Wno-int-conversion" ] if (ohos_kernel_type == "linux") { defines = [ -- Gitee