mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Silence one warning
This commit is contained in:
parent
1c5df70eed
commit
25d7fae24d
@ -354,9 +354,9 @@ int menu_entries_parse_list(
|
||||
unsigned default_type_plain, const char *exts,
|
||||
rarch_setting_t *setting)
|
||||
{
|
||||
int device;
|
||||
size_t i, list_size;
|
||||
bool path_is_compressed, push_dir;
|
||||
int device = 0;
|
||||
struct string_list *str_list = NULL;
|
||||
|
||||
(void)device;
|
||||
|
Loading…
x
Reference in New Issue
Block a user