mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Silence two unused vaiable warnings
This commit is contained in:
parent
62b08a4d55
commit
c05ca979b8
@ -1579,6 +1579,9 @@ static bool config_load_file(const char *path, bool set_defaults,
|
||||
bool_settings_size = populate_settings_bool (settings, bool_settings);
|
||||
float_settings_size = populate_settings_float (settings, float_settings);
|
||||
int_settings_size = populate_settings_int (settings, int_settings);
|
||||
|
||||
(void)path_settings_size;
|
||||
(void)string_settings_size;
|
||||
|
||||
if (path)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user