mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 02:40:07 +00:00
Quiet a compiler warning
We don't need to handle GDK_CONFIGURE here, so make the compiler not warn about it.
This commit is contained in:
parent
14f86ae24d
commit
37e4ae2fbd
@ -1796,7 +1796,7 @@ gtk_main_do_event (GdkEvent *event)
|
||||
* Drag events are also not redirected, since it isn't
|
||||
* clear what the semantics of that would be.
|
||||
*/
|
||||
switch (event->any.type)
|
||||
switch ((guint)event->any.type)
|
||||
{
|
||||
case GDK_NOTHING:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user