Silence remaining -Wunused-variable warnings

This commit is contained in:
retro-wertz
2017-10-01 23:43:14 +08:00
parent 52281a4474
commit cf4304fa55
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ void *FCEU_gmalloc(uint32 size)
void *FCEU_malloc(uint32 size)
{
int retval = 0;
void *ret;
ret = (void*)malloc(size);

View File

@@ -69,7 +69,6 @@ void FCEUI_SetDirOverride(int which, char *n)
char *FCEU_MakeFName(int type, int id1, char *cd1)
{
struct stat tmpstat;
char tmp[2048] = {0};
char *ret = 0;