GNOME Bugzilla – Bug 728814
missing GDK_VERSION_3_14 define
Last modified: 2014-04-24 03:27:39 UTC
gdk/gdkversionmacros.h[.in] contains #if GDK_VERSION_MIN_REQUIRED >= GDK_VERSION_3_14 [...] but GDK_VERSION_3_14 itself is not defined. That gives a warning each time the gdk or gtk headers are included in a project that uses -Wundef: /usr/include/gtk-3.0/gdk/gdkversionmacros.h:296:33: warning: "GDK_VERSION_3_14" is not defined [-Wundef]