Use wxFALLTHROUGH
This commit is contained in:
@@ -155,6 +155,7 @@ static gboolean gtk_frame_focus_in_callback( GtkWidget *widget,
|
||||
default:
|
||||
g_source_remove( win->m_urgency_hint );
|
||||
// no break, fallthrough to remove hint too
|
||||
wxFALLTHROUGH;
|
||||
case -1:
|
||||
gtk_window_set_urgency_hint(GTK_WINDOW(widget), false);
|
||||
win->m_urgency_hint = -2;
|
||||
|
||||
Reference in New Issue
Block a user