mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Silence -Wformat-truncation warnings with DEBUG=1.
This commit is contained in:
parent
9df5a75045
commit
088860e499
@ -1062,7 +1062,7 @@ void video_shader_write_conf_cgp(config_file_t *conf,
|
||||
|
||||
for (i = 0; i < shader->luts; i++)
|
||||
{
|
||||
char key[64];
|
||||
char key[128];
|
||||
|
||||
key[0] = '\0';
|
||||
|
||||
|
@ -56,7 +56,7 @@ bool input_remapping_load_file(void *data, const char *path)
|
||||
char s1[64], s2[64], s3[64];
|
||||
char btn_ident[RARCH_FIRST_CUSTOM_BIND][128] = {{0}};
|
||||
char key_ident[RARCH_FIRST_CUSTOM_BIND][128] = {{0}};
|
||||
char stk_ident[8][128] = {{0}};
|
||||
char stk_ident[8][192] = {{0}};
|
||||
|
||||
char key_strings[RARCH_FIRST_CUSTOM_BIND + 8][128] = {
|
||||
"b", "y", "select", "start",
|
||||
|
Loading…
x
Reference in New Issue
Block a user