From be43082c7270b8c2696dbc0b26b603f1756d1fd7 Mon Sep 17 00:00:00 2001 From: hufeng Date: Fri, 11 Mar 2022 11:12:46 +0800 Subject: [PATCH] fixed fbb2cd0 from https://gitee.com/hufeng20/ark_ts2abc/pulls/155 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 01cd95db88..6ff376d2c5 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