mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(XMB) Fix unused variable(s) warnings
This commit is contained in:
parent
c6a94593cf
commit
4378ccefcb
@ -479,6 +479,10 @@ static void xmb_populate_entries(void *data, const char *path,
|
||||
|
||||
if (!xmb)
|
||||
return;
|
||||
|
||||
(void)current;
|
||||
(void)end;
|
||||
(void)i;
|
||||
|
||||
xmb->depth = file_list_get_size(driver.menu->menu_list->menu_stack);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user