GNOME Bugzilla – Bug 113991
header warnings with gcc-3.3
Last modified: 2004-12-22 21:47:04 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
Created attachment 16962 [details] [review] patch
*** This bug has been marked as a duplicate of 108699 ***