(PC) Get rid of warnings
This commit is contained in:
parent
a483953b5b
commit
e8a3151440
|
@ -37,7 +37,7 @@
|
||||||
#undef HAVE_MENU
|
#undef HAVE_MENU
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int rarch_preinit(void)
|
static void rarch_preinit(void)
|
||||||
{
|
{
|
||||||
#if defined(__QNX__) && !defined(HAVE_BB10)
|
#if defined(__QNX__) && !defined(HAVE_BB10)
|
||||||
//Initialize BPS libraries
|
//Initialize BPS libraries
|
||||||
|
@ -145,7 +145,6 @@ int rarch_main(int argc, char *argv[])
|
||||||
|
|
||||||
rarch_main_clear_state();
|
rarch_main_clear_state();
|
||||||
|
|
||||||
error:
|
|
||||||
#ifdef __QNX__
|
#ifdef __QNX__
|
||||||
bps_shutdown();
|
bps_shutdown();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue