mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Fix some GCC 4.9 warnings.
This commit is contained in:
parent
58456ab90f
commit
3a1c3f608a
2
cheats.c
2
cheats.c
@ -169,7 +169,7 @@ static void cheat_manager_load_config(cheat_manager_t *handle, const char *path,
|
||||
return;
|
||||
}
|
||||
|
||||
char *save;
|
||||
char *save = NULL;
|
||||
const char *num = strtok_r(str, ";", &save);
|
||||
while (num)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user