Silence unused variable warning

This commit is contained in:
Twinaphex 2016-02-21 13:10:49 +01:00
parent 6512e5ff6e
commit 0bbac8da97
1 changed files with 2 additions and 0 deletions

View File

@ -104,7 +104,9 @@ int rarch_main(int argc, char *argv[], void *data)
char *fullpath = NULL;
rarch_system_info_t *system = NULL;
void *args = (void*)data;
#ifndef HAVE_MAIN
int ret = 0;
#endif
rarch_ctl(RARCH_CTL_PREINIT, NULL);