Silence unused variable warning
This commit is contained in:
parent
6512e5ff6e
commit
0bbac8da97
|
@ -104,7 +104,9 @@ int rarch_main(int argc, char *argv[], void *data)
|
||||||
char *fullpath = NULL;
|
char *fullpath = NULL;
|
||||||
rarch_system_info_t *system = NULL;
|
rarch_system_info_t *system = NULL;
|
||||||
void *args = (void*)data;
|
void *args = (void*)data;
|
||||||
|
#ifndef HAVE_MAIN
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
rarch_ctl(RARCH_CTL_PREINIT, NULL);
|
rarch_ctl(RARCH_CTL_PREINIT, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue