[gstreamer-bugs] [Bug 617146] Lots of printf string format warnings on Windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 28 17:58:04 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=617146
  GStreamer | gst-plugins-bad | git

--- Comment #1 from LRN <lrn1986 at gmail.com> 2010-04-29 00:57:55 UTC ---
Created an attachment (id=159839)
 View: https://bugzilla.gnome.org/attachment.cgi?id=159839
 Review: https://bugzilla.gnome.org/review?bug=617146&attachment=159839

Massive fix for printf format strings

Works for me. See if it gives any problems on other platforms.
Lack of understanding between GCC and %zu worries me, but as far as i've
learned, it wouldn't work until the functions in question get marked by
gnu_printf attribute. For now best thing i can come up with is to use GLib's
equivalents (i hope that on Linux G_GSIZE_FORMAT evaluates to "zu" or something
equally appropriate for size_t).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list