From e8a3151440c56b1cb737b64949fd7ebdead41b8a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Jul 2013 13:52:59 +0200 Subject: [PATCH] (PC) Get rid of warnings --- frontend/frontend.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index 0aa6ec7c63..872a235db7 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -37,7 +37,7 @@ #undef HAVE_MENU #endif -static int rarch_preinit(void) +static void rarch_preinit(void) { #if defined(__QNX__) && !defined(HAVE_BB10) //Initialize BPS libraries @@ -145,7 +145,6 @@ int rarch_main(int argc, char *argv[]) rarch_main_clear_state(); -error: #ifdef __QNX__ bps_shutdown(); #endif