Description: Fix the data type conversion problem of gn+iccarm

IssueNo: https://gitee.com/openharmony/graphic_utils/issues/I5XWHR
Feature or Bugfix: Bugfix
Binary Source: No
Signed-off-by: suwenxiang <suwenxiang@huawei.com>
This commit is contained in:
suwenxiang
2022-10-26 20:07:07 +08:00
parent 105b9864ee
commit d575492bc6
+1 -1
View File
@@ -43,7 +43,7 @@ lite_library("graphic_utils") {
if (defined(board_toolchain_type) && board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pe068,Pa089,Pa093,Pe161,Pe181,Pe223",
"Pe068,Pa089,Pa093,Pe161,Pe181,Pa205,Pe223",
]
cflags_cc = cflags
}