提交 c84db2cc 编写于 作者: 数字猿

fix warning: unused parameter 'curr'

Signed-off-by: N数字猿 <qmeinu@126.com>
上级 1f762fff
......@@ -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.
先完成此消息的编辑!
想要评论请 注册