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 130439 - proposed printf extension
proposed printf extension
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-03 09:31 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.97 KB, patch)
2004-01-03 09:32 UTC, David Schleef
none Details | Review

Description David Schleef 2004-01-03 09:31:38 UTC
patch for potential use of glibc's printf extension.  It works quite
nicely, and could be used to print lots of stuff.  The only issue is that
using %W or %= causes gcc warnings.  This could be solved by not using
G_GNUC_PRINTF, but I rather like those checks.

Also, we need to export USE_GLIBC in a header somehow.
Comment 1 David Schleef 2004-01-03 09:32:13 UTC
Created attachment 22856 [details] [review]
patch