mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
That's the last sign warning. Shut up.
This commit is contained in:
parent
a5ee1cb22d
commit
b19f14c042
@ -313,7 +313,7 @@ static void glui_render_label_value(glui_handle_t *glui, int y, unsigned width,
|
|||||||
char value_str[PATH_MAX_LENGTH];
|
char value_str[PATH_MAX_LENGTH];
|
||||||
int value_len = strlen(value);
|
int value_len = strlen(value);
|
||||||
int ticker_limit = 0;
|
int ticker_limit = 0;
|
||||||
int usable_width = 0;
|
size_t usable_width = 0;
|
||||||
|
|
||||||
label_str[0] = '\0';
|
label_str[0] = '\0';
|
||||||
value_str[0] = '\0';
|
value_str[0] = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user