From 4e827ddca3769e0b66bd5149b33857ef8b14eaef Mon Sep 17 00:00:00 2001 From: haotuo <380743811@qq.com> Date: Mon, 10 Apr 2023 18:03:01 +0800 Subject: [PATCH] Revert LLVM toolchain to 12 for weekly version Signed-off-by: haotuo Change-Id: I2f62545d8eca64d29b6f7a371e3cc30bc5d75491 --- interfaces/innerkits/appverify_lite/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/innerkits/appverify_lite/BUILD.gn b/interfaces/innerkits/appverify_lite/BUILD.gn index 50ab2a5..06aff01 100644 --- a/interfaces/innerkits/appverify_lite/BUILD.gn +++ b/interfaces/innerkits/appverify_lite/BUILD.gn @@ -25,7 +25,6 @@ if (os_level == "small" || os_level == "mini") { "//base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera", ] - cflags = [ "-Wno-int-conversion" ] defines = [ "PARSE_PEM_FORMAT_SIGNED_DATA" ] if (ohos_sign_haps_by_server) { defines += [ "OHOS_SIGN_HAPS_BY_SERVER" ] -- Gitee