提交 75758e1f 编写于 作者: J jarvis_chen

修改:无参数的函数,使用(void)

Signed-off-by: Njarvis_chen <chenzhan002@chinasoftinc.com>
上级 27fa5831
......@@ -87,7 +87,7 @@ static int SavePersistParam(const WorkSpace *workSpace, const ParamTrieNode *nod
return ret;
}
static int BatchSavePersistParam()
static int BatchSavePersistParam(void)
{
PARAM_LOGV("BatchSavePersistParam");
if (g_persistWorkSpace.persistParamOps.batchSaveBegin == NULL ||
......@@ -122,7 +122,7 @@ static int BatchSavePersistParam()
return ret;
}
INIT_LOCAL_API int InitPersistParamWorkSpace()
INIT_LOCAL_API int InitPersistParamWorkSpace(void)
{
if (PARAM_TEST_FLAG(g_persistWorkSpace.flags, WORKSPACE_FLAGS_INIT)) {
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册