After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728814 - missing GDK_VERSION_3_14 define
missing GDK_VERSION_3_14 define
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-04-23 19:03 UTC by Christian Persch
Modified: 2014-04-24 03:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2014-04-23 19:03:49 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]