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 113991 - header warnings with gcc-3.3
header warnings with gcc-3.3
Status: RESOLVED DUPLICATE of bug 108699
Product: glib
Classification: Platform
Component: general
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2003-05-29 19:39 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (605 bytes, patch)
2003-05-29 19:40 UTC, David Schleef
none Details | Review

Description David Schleef 2003-05-29 19:39:29 UTC
gcc-3.3 complains about usage of G_*INT64, since it is apparently defined
incorrectly.  Patch attached.

Example usage of G_MAXINT64 with -Wall:

gstclock.c: In function `gst_clock_class_init':
gstclock.c:382: warning: integer constant is too large for "long" type
Comment 1 David Schleef 2003-05-29 19:40:07 UTC
Created attachment 16962 [details] [review]
patch
Comment 2 Manish Singh 2003-05-29 20:31:16 UTC

*** This bug has been marked as a duplicate of 108699 ***