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);