mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(GLUI) Silence warning
This commit is contained in:
parent
11187b5128
commit
f89690a252
@ -117,6 +117,7 @@ static void glui_render_background(void)
|
||||
static void glui_get_message(const char *message)
|
||||
{
|
||||
size_t i;
|
||||
(void)i;
|
||||
|
||||
if (!driver.menu || !message || !*message)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user