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 631697 - [2.24] build warnings which might crash 64-bit
[2.24] build warnings which might crash 64-bit
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-08 17:27 UTC by Dan Williams
Modified: 2010-10-08 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
jhbuild log of gtk+ 2.24 (261.65 KB, text/plain)
2010-10-08 17:28 UTC, Dan Williams
Details

Description Dan Williams 2010-10-08 17:27:37 UTC
When building the 2.24 branch in jhbuild today, git master as of commit 5350edbb2ce4ac7b6d7e05ab0914ae21c28c58d0.

Stuff like:

gtkcalendar.c: In function ‘calendar_paint_arrow’:
gtkcalendar.c:2735: warning: implicit declaration of function ‘gdk_drawable_get_size’

gtkcombobox.c: In function ‘popup_grab_on_window’:
gtkcombobox.c:1878: warning: implicit declaration of function ‘gdk_drawable_get_display’
gtkcombobox.c:1879: warning: passing argument 1 of ‘gdk_display_pointer_ungrab’ makes pointer from integer without a cast
../gdk/gdkdisplay.h:150: note: expected ‘struct GdkDisplay *’ but argument is of type ‘int’

gtkentry.c: In function ‘gtk_entry_get_text_area_size’:
gtkentry.c:3003: warning: implicit declaration of function ‘gdk_drawable_get_size’
gtkentry.c: In function ‘set_invisible_cursor’:
gtkentry.c:4070: warning: implicit declaration of function ‘gdk_drawable_get_display’
gtkentry.c:4070: warning: assignment makes pointer from integer without a cast


etc.
Comment 1 Dan Williams 2010-10-08 17:28:10 UTC
Created attachment 171962 [details]
jhbuild log of gtk+ 2.24
Comment 2 Dan Williams 2010-10-08 17:29:15 UTC
Err, clearly not "git master" but the "gtk-2-24" branch.