提交 de6db86d 编写于 作者: O openharmony_ci 提交者: Gitee

!364 GetFileMappingList函数实现未加void导致gcc编译报错

Merge pull request !364 from 野生毛霉君/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册