Fix some warnings

This commit is contained in:
twinaphex 2022-03-25 15:41:30 +01:00
parent d89ab49d32
commit af0e49df57
2 changed files with 1 additions and 2 deletions

View File

@ -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;
}

View File

@ -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];