提交 05a964de 编写于 作者: L leiyuqian

fixed 24317207 from https://gitee.com/leiyuqian/xts_acts/pulls/6207

modify iccarm build error
Signed-off-by: Nleiyuqian <leiyuqian1@huawei.com>
Change-Id: Ie151308c03efce3aec000fafb5be7a58157d5563
上级 b40ca56a
......@@ -21,5 +21,8 @@ hctest_suite("ActsBootstrapTest") {
"src",
"//utils/native/native_lite/include",
]
cflags = [ "-Wno-error" ]
if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ]
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册