mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Avoid unneeded warnings
This commit is contained in:
parent
f08f37bafc
commit
0bc7d40948
@ -469,7 +469,7 @@ static void cheevos_log_cheevo(const cheevo_t* cheevo,
|
||||
RARCH_LOG("CHEEVOS badge: %s\n", cheevo->badge);
|
||||
RARCH_LOG("CHEEVOS points: %u\n", cheevo->points);
|
||||
RARCH_LOG("CHEEVOS sets: TBD\n");
|
||||
RARCH_LOG("CHEEVOS memaddr: %.*s\n", memaddr_ud->length, memaddr_ud->string);
|
||||
RARCH_LOG("CHEEVOS memaddr: %.*s\n", (int)memaddr_ud->length, memaddr_ud->string);
|
||||
}
|
||||
|
||||
static void cheevos_add_var_size(char** aux, size_t* left,
|
||||
|
Loading…
x
Reference in New Issue
Block a user