mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Android) Fix warnings
This commit is contained in:
parent
dc01514db1
commit
2dd30f743d
@ -309,7 +309,8 @@ static int playlist_association_left(unsigned type, const char *label,
|
||||
unsigned idx = type - MENU_SETTINGS_PLAYLIST_ASSOCIATION_START;
|
||||
rarch_system_info_t *system = rarch_system_info_get_ptr();
|
||||
|
||||
(void)label;
|
||||
(void)idx;
|
||||
(void)system;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -333,7 +333,8 @@ static int playlist_association_right(unsigned type, const char *label,
|
||||
unsigned idx = type - MENU_SETTINGS_PLAYLIST_ASSOCIATION_START;
|
||||
rarch_system_info_t *system = rarch_system_info_get_ptr();
|
||||
|
||||
(void)label;
|
||||
(void)system;
|
||||
(void)idx;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user