From fbb2cd0393bce104a9fc0503bc0ea01374a216c9 Mon Sep 17 00:00:00 2001 From: hufeng Date: Fri, 11 Mar 2022 11:12:46 +0800 Subject: [PATCH] fix compiling issue on release br in yellow zone Signed-off-by: hufeng Change-Id: Icccf9d33203bef51da13ce0bedbbd5c511df936c --- ts2panda/ts2abc/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index 803df05e5b..bb00179e70 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -53,6 +53,8 @@ ohos_executable("ts2abc") { configs = [ ":ts2abc_config" ] + cflags = [ "-Wno-c++20-designator" ] + deps = [ sdk_libc_secshared_dep ] if (is_linux || is_mingw || is_mac) { -- Gitee