(RGUI) Silence warning
This commit is contained in:
parent
fa0728d6b7
commit
cdb24aff1c
|
@ -286,6 +286,8 @@ static void rgui_render_messagebox(const char *message)
|
|||
struct string_list *list = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
(void)settings;
|
||||
|
||||
if (!message || !*message)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue