Re: "enumeration value =?UTF-8?B?4oCYR0RLX0VWRU5UX0xBU1TigJkgbm90?= =?UTF-8?B?IGhhbmRsZWQgaW4gc3dpdGNoIiBtZXNzYWdl?=



On 22.09.2010 15:01, Sergei Steshenko wrote:
while building Gtk2-1.222 I've noticed the following:

"
xs/GdkEvent.xs: In function âgtk2perl_gdk_event_set_stateâ:
xs/GdkEvent.xs:131: warning: enumeration value âGDK_EVENT_LASTâ not handled in switch
xs/GdkEvent.xs: In function âgtk2perl_gdk_event_set_timeâ:
xs/GdkEvent.xs:200: warning: enumeration value âGDK_EVENT_LASTâ not handled in switch
"

It's harmless. GDK_EVENT_LAST does not correspond to a real event type (which we would need to handle in the bindings), but is just a helper value that marks the end of the C enumeration GdkEventType: <http://library.gnome.org/devel/gdk/stable/gdk-Events.html#GdkEventType>.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]