提交 56b8ecaf 编写于 作者: M mucor

fix: add (void) to GetFileMappingList method

close: #I3XPXY
Signed-off-by: Nmucor <mucorwang@gmail.com>
上级 a28dcc38
......@@ -294,8 +294,10 @@ out:
return ret;
}
struct file_map* GetFileMappingList()
#ifdef LOSCFG_DEBUG_VERSION
struct file_map* GetFileMappingList(void)
{
return &g_file_mapping;
}
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册