Silence some implicit conversion warnings

This commit is contained in:
twinaphex 2021-01-16 20:47:07 +01:00
parent 757ea32782
commit dff8fbf879
2 changed files with 2 additions and 2 deletions

View File

@ -3820,7 +3820,7 @@ bool config_save_autoconf_profile(const
"~", "#", "%", "&", "*", "{", "}", "\\", ":", "[", "]", "?", "/", "|", "\'", "\"",
NULL
};
size_t i;
unsigned i;
char buf[PATH_MAX_LENGTH];
char autoconf_file[PATH_MAX_LENGTH];
config_file_t *conf = NULL;

View File

@ -7494,7 +7494,7 @@ static void general_write_handler(rarch_setting_t *setting)
* that all sensors are actually disabled */
if (!*setting->value.target.boolean)
{
size_t i;
unsigned i;
for (i = 0; i < DEFAULT_MAX_PADS; i++)
{