mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gtk/win32: fix a switch-default warning
gtk/gtkimcontextime.c:714:3: warning: switch missing default case [-Wswitch-default] Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
a6418d5028
commit
88503bcc3b
@ -741,6 +741,9 @@ gtk_im_context_ime_focus_out (GtkIMContext *context)
|
|||||||
|
|
||||||
case GTK_WIN32_IME_FOCUS_BEHAVIOR_FOLLOW:
|
case GTK_WIN32_IME_FOCUS_BEHAVIOR_FOLLOW:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove event filter */
|
/* remove event filter */
|
||||||
|
Loading…
Reference in New Issue
Block a user