mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix some warnings
This commit is contained in:
parent
d89ab49d32
commit
af0e49df57
2
deps/rcheevos/src/rhash/hash.c
vendored
2
deps/rcheevos/src/rhash/hash.c
vendored
@ -84,7 +84,7 @@ static void filereader_close(void* file_handle)
|
||||
}
|
||||
|
||||
/* for unit tests - normally would call rc_hash_init_custom_filereader(NULL) */
|
||||
void rc_hash_reset_filereader()
|
||||
void rc_hash_reset_filereader(void)
|
||||
{
|
||||
filereader = NULL;
|
||||
}
|
||||
|
@ -8909,7 +8909,6 @@ static bool setting_append_list_input_libretro_device_options(
|
||||
rarch_setting_info_t *list_info,
|
||||
const char *parent_group)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
rarch_setting_group_info_t group_info;
|
||||
rarch_setting_group_info_t subgroup_info;
|
||||
static char key_device_type[MAX_USERS][64];
|
||||
|
Loading…
x
Reference in New Issue
Block a user