未验证 提交 6302c5f7 编写于 作者: O openharmony_ci 提交者: Gitee

!938 修复用例告警

Merge pull request !938 from xuxinyu/master
...@@ -37,7 +37,7 @@ static UINT32 TestCase(VOID) ...@@ -37,7 +37,7 @@ static UINT32 TestCase(VOID)
long x; long x;
x = random(); x = random();
if (x > labs(MAX_RANDOM - 1)) { if (x > static_cast<long>(MAX_RANDOM - 1)) {
printf("[IN %s][line %d] x = %ld\n", __FUNCTION__, __LINE__, x); printf("[IN %s][line %d] x = %ld\n", __FUNCTION__, __LINE__, x);
goto EXIT; goto EXIT;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册