提交 ca53fd44 编写于 作者: T twz804667

检查iccarm编译器

Signed-off-by: Ntwz804667 <tianwenzhe2@huawei.com>
上级 713ffedb
...@@ -21,9 +21,8 @@ hctest_suite("ActsAbilityMgrTest") { ...@@ -21,9 +21,8 @@ hctest_suite("ActsAbilityMgrTest") {
"${aafwk_lite_path}/interfaces/kits/ability_lite", "${aafwk_lite_path}/interfaces/kits/ability_lite",
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -22,8 +22,7 @@ hctest_suite("ActsBundleMgrTest") { ...@@ -22,8 +22,7 @@ hctest_suite("ActsBundleMgrTest") {
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -25,8 +25,7 @@ hctest_suite("ActsUtilsFileTest") { ...@@ -25,8 +25,7 @@ hctest_suite("ActsUtilsFileTest") {
"//commonlibrary/utils_lite/include", "//commonlibrary/utils_lite/include",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -31,8 +31,7 @@ hctest_suite("ActsDsoftbusMgrTest") { ...@@ -31,8 +31,7 @@ hctest_suite("ActsDsoftbusMgrTest") {
"//foundation/communication/dsoftbus/adapter/default_config/spec_config", "//foundation/communication/dsoftbus/adapter/default_config/spec_config",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -50,8 +50,7 @@ hctest_suite("ActsSamgrTest") { ...@@ -50,8 +50,7 @@ hctest_suite("ActsSamgrTest") {
[ "//foundation/systemabilitymgr/samgr_lite/samgr/adapter:samgr_adapter" ] [ "//foundation/systemabilitymgr/samgr_lite/samgr/adapter:samgr_adapter" ]
defines = [ "UNITY_INCLUDE_CONFIG_H" ] defines = [ "UNITY_INCLUDE_CONFIG_H" ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -21,8 +21,7 @@ hctest_suite("ActsHieventLiteTest") { ...@@ -21,8 +21,7 @@ hctest_suite("ActsHieventLiteTest") {
"//base/hiviewdfx/hievent_lite/interfaces/native/innerkits", "//base/hiviewdfx/hievent_lite/interfaces/native/innerkits",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -26,8 +26,7 @@ hctest_suite("ActsDfxFuncTest") { ...@@ -26,8 +26,7 @@ hctest_suite("ActsDfxFuncTest") {
"//vendor/hisi/hi3861/hi3861/components/lwip_sack/include", "//vendor/hisi/hi3861/hi3861/components/lwip_sack/include",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -27,8 +27,7 @@ hctest_suite("ActsParameterTest") { ...@@ -27,8 +27,7 @@ hctest_suite("ActsParameterTest") {
"///base/startup/init/interfaces/innerkits/include/syspara", "///base/startup/init/interfaces/innerkits/include/syspara",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm") {
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
...@@ -21,8 +21,7 @@ hctest_suite("ActsUpdaterFuncTest") { ...@@ -21,8 +21,7 @@ hctest_suite("ActsUpdaterFuncTest") {
"//base/update/ota_lite/interfaces/kits", "//base/update/ota_lite/interfaces/kits",
] ]
if(board_toolchain_type != "iccarm"){ if (board_toolchain_type != "iccarm"){
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册