From d575492bc6e4d0fc8206eaed3f7ede67b2b5cab6 Mon Sep 17 00:00:00 2001 From: suwenxiang Date: Wed, 26 Oct 2022 20:07:07 +0800 Subject: [PATCH] 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 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 8a674e7..8e5f017 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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 }