fix: add (void) to GetFileMappingList method
close: #I3XPXY Signed-off-by: mucor <mucorwang@gmail.com>
This commit is contained in:
parent
a28dcc38c9
commit
56b8ecaf17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue