!765 处理A核编译告警

Merge pull request !765 from yinjiaming/yjm-kernel-20220105
This commit is contained in:
openharmony_ci 2022-01-13 11:39:28 +00:00 committed by Gitee
commit 321018cee0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,6 @@ extern "C" {
#define QUOTES_STATUS_CLOSE(qu) ((qu) == FALSE)
#define QUOTES_STATUS_OPEN(qu) ((qu) == TRUE)
typedef size_t bool;
typedef struct {
unsigned int consoleID;

View File

@ -35,6 +35,7 @@ local_flags = [
"-fbuiltin",
"-Wno-narrowing",
"-fPIE",
"-Wno-error",
]
if (LOSCFG_USER_TEST_SMP == "enable" ||
(LOSCFG_USER_TEST_SMP == "default" && board_name == "hispark_taurus")) {