mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Silence some implicit conversion warnings
This commit is contained in:
parent
757ea32782
commit
dff8fbf879
@ -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;
|
||||
|
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user