Fix the warnings.

This commit is contained in:
sorgelig
2019-01-10 09:52:27 +08:00
parent 323b842dbe
commit ed41061adc
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ int sharpmz_file_write(fileTYPE *file, const char *fileName)
{
int ret;
char fullPath[1024];
struct stat64 st;
sprintf(fullPath, "%s/%s/%s", getRootDir(), SHARPMZ_CORE_NAME, fileName);