mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
13e29308d5
menu/drivers/rgui.c: In function ‘rgui_render’: menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=] snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~ menu/drivers/rgui.c:676:13: type_str_buf); ~~~~~~~~~~~~ menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~~~~~~~~~~~~~ menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255 snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry_selected ? '>' : ' ', ~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry_title_buf, ~~~~~~~~~~~~~~~~ entry_spacing, ~~~~~~~~~~~~~~ type_str_buf); ~~~~~~~~~~~~~ menu/drivers/rgui.c:670:53: warning: ‘%-*s’ directive output may be truncated writing up to 2147483648 bytes into a region of size between 0 and 252 [-Wformat-truncation=] snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~ menu/drivers/rgui.c:676:13: type_str_buf); ~~~~~~~~~~~~ menu/drivers/rgui.c:670:42: note: assuming directive output of 254 bytes snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~~~~~~~~~~~~~ menu/drivers/rgui.c:670:7: note: ‘snprintf’ output between 4 and 4294967300 bytes into a destination of size 255 snprintf(message, sizeof(message), "%c %-*.*s %-*s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry_selected ? '>' : ' ', ~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int)(RGUI_TERM_WIDTH(fb_width) - (entry_spacing + 1 + 2) - entry_title_buf_utf8len + entry_title_buf_len), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entry_title_buf, ~~~~~~~~~~~~~~~~ entry_spacing, ~~~~~~~~~~~~~~ type_str_buf); ~~~~~~~~~~~~~ |
||
---|---|---|
.. | ||
cbs | ||
drivers | ||
drivers_display | ||
widgets | ||
menu_animation.c | ||
menu_animation.h | ||
menu_cbs.c | ||
menu_cbs.h | ||
menu_content.c | ||
menu_content.h | ||
menu_displaylist.c | ||
menu_displaylist.h | ||
menu_driver.c | ||
menu_driver.h | ||
menu_entries.c | ||
menu_entries.h | ||
menu_input.c | ||
menu_input.h | ||
menu_networking.c | ||
menu_networking.h | ||
menu_setting.c | ||
menu_setting.h | ||
menu_shader.c | ||
menu_shader.h |