forked from AuroraMiddleware/gtk
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:
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
/* remove event filter */
|
||||
|
Loading…
Reference in New Issue
Block a user