mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Fix a compiler warning
This commit is contained in:
parent
37fee8c52f
commit
77ff83cdd1
@ -1432,7 +1432,8 @@ is_or_contains (gboolean enter,
|
||||
break;
|
||||
case GDK_NOTIFY_UNKNOWN:
|
||||
default:
|
||||
g_return_val_if_reached (FALSE);
|
||||
g_warning ("Unknown focus change detail");
|
||||
break;
|
||||
}
|
||||
|
||||
return is || contains;
|
||||
|
Loading…
Reference in New Issue
Block a user