1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 13:20:43 +00:00

(RGUI) Fix warnings

This commit is contained in:
twinaphex 2013-03-10 21:20:36 +01:00
parent dbc6d8263f
commit bffdd1a439

@ -1040,6 +1040,9 @@ static int rgui_viewport_iterate(rgui_handle_t *rgui, rgui_action_t action)
unsigned menu_type = 0;
rgui_list_back(rgui->path_stack, NULL, &menu_type, NULL);
(void)win_width;
(void)win_height;
switch (action)
{
case RGUI_ACTION_UP: