未验证 提交 249f96b4 编写于 作者: O openharmony_ci 提交者: Gitee

!1087 【OpenHarmony开源贡献者计划2022】fix warning: unused parameter 'curr'

Merge pull request !1087 from 数字猿/master
......@@ -314,6 +314,8 @@ INIT_LOCAL_API uint32_t Difftime(time_t curr, time_t base)
#ifndef __LITEOS_M__
return (uint32_t)difftime(curr, base);
#else
(void)curr;
(void)base;
return 0;
#endif
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册