(RGUI) Fix warnings
This commit is contained in:
parent
dbc6d8263f
commit
bffdd1a439
|
@ -1040,6 +1040,9 @@ static int rgui_viewport_iterate(rgui_handle_t *rgui, rgui_action_t action)
|
|||
unsigned menu_type = 0;
|
||||
rgui_list_back(rgui->path_stack, NULL, &menu_type, NULL);
|
||||
|
||||
(void)win_width;
|
||||
(void)win_height;
|
||||
|
||||
switch (action)
|
||||
{
|
||||
case RGUI_ACTION_UP:
|
||||
|
|
Loading…
Reference in New Issue