mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-16 06:24:24 +03:00
Add default clause to squash compiler warning.
This commit is contained in:
parent
2506471b34
commit
56b0465e88
@ -3637,6 +3637,9 @@ void ro_gui_window_toolbar_click(void *data,
|
||||
case TOOLBAR_URL_ADJUST_HOTLIST:
|
||||
ro_gui_window_action_remove_bookmark(g);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user