!690 【OpenHarmony 开源贡献者计划 2022】fix: fix warning while compiling test suites

Merge pull request !690 from rtos_shang/master
This commit is contained in:
openharmony_ci 2022-05-23 12:03:34 +00:00 committed by Gitee
commit 5363e4b472
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ extern void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode);
do { \ do { \
if ((param) != (value)) { \ if ((param) != (value)) { \
ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ ICunitSaveErr(__LINE__, (iiUINT32)retcode); \
return 1; \ return; \
} \ } \
} while (0) } while (0)