消除tfe_utils.之外的编译警告

This commit is contained in:
zhengchao
2018-09-05 10:38:27 +08:00
parent 115c6d4c62
commit 7e94b3cb89
8 changed files with 36 additions and 68 deletions

View File

@@ -1,10 +1,10 @@
#include <string.h>
void* tfe_stat_init(void* fs_handle)
{
return NULL;
}
void tfe_stat_flush(void* handle)
{
return;
}