mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Silence compilation warning (#16092)
This commit is contained in:
parent
14d2a61952
commit
020f3d9390
@ -19536,7 +19536,7 @@ static bool setting_append_list(
|
||||
{
|
||||
char *options;
|
||||
int len = 0, i = 0;
|
||||
for (; i < icons->size; i++)
|
||||
for (; i < (int)icons->size; i++)
|
||||
len += strlen(icons->elems[i].data) + 1;
|
||||
options = (char*)calloc(len, sizeof(char));
|
||||
string_list_join_concat(options, len, icons, "|");
|
||||
|
Loading…
x
Reference in New Issue
Block a user