(XMB) Fix unused variable(s) warnings
This commit is contained in:
parent
c6a94593cf
commit
4378ccefcb
|
@ -480,6 +480,10 @@ static void xmb_populate_entries(void *data, const char *path,
|
||||||
if (!xmb)
|
if (!xmb)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
(void)current;
|
||||||
|
(void)end;
|
||||||
|
(void)i;
|
||||||
|
|
||||||
xmb->depth = file_list_get_size(driver.menu->menu_list->menu_stack);
|
xmb->depth = file_list_get_size(driver.menu->menu_list->menu_stack);
|
||||||
|
|
||||||
int dir = 0;
|
int dir = 0;
|
||||||
|
|
Loading…
Reference in New Issue