mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Avoid warning
This commit is contained in:
parent
a1b4ba9280
commit
02fb8dd052
@ -324,6 +324,8 @@ static void rgui_render_messagebox(const char *message)
|
||||
if (!message || !*message)
|
||||
return;
|
||||
|
||||
(void)settings;
|
||||
|
||||
list = string_split(message, "\n");
|
||||
if (!list)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user