(Clang) No warnings now

This commit is contained in:
twinaphex 2013-07-03 02:59:46 +02:00
parent 1ff0107bd4
commit b696388f34

View File

@ -691,9 +691,11 @@ static const struct retro_keybind _menu_nav_binds[] = {
#endif
};
#if defined(RARCH_CONSOLE) || defined(ANDROID)
static const struct retro_keybind *menu_nav_binds[] = {
_menu_nav_binds
};
#endif
static uint64_t rgui_input(void)
{