mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
Fix compile warning
This commit is contained in:
parent
799cb39e08
commit
551ced9ae4
@ -1432,8 +1432,7 @@ is_or_contains (gboolean enter,
|
||||
break;
|
||||
case GDK_NOTIFY_UNKNOWN:
|
||||
default:
|
||||
g_warning ("Unknown focus change detail");
|
||||
return;
|
||||
g_return_val_if_reached (FALSE);
|
||||
}
|
||||
|
||||
return is || contains;
|
||||
|
Loading…
Reference in New Issue
Block a user