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 664631 - Build error: gstsmooth.c:205:3: error: format '%d' expects type 'int', but argument 8 has type 'gulong'
Build error: gstsmooth.c:205:3: error: format '%d' expects type 'int', but ar...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-23 11:33 UTC by LRN
Modified: 2011-11-23 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LRN 2011-11-23 11:33:30 UTC
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=143bcd974ba520d2b6b6bec2106db3f0bba76494

cc1.exe: warnings being treated as errors
gstsmooth.c: In function 'gst_smooth_transform':
gstsmooth.c:205:3: error: format '%d' expects type 'int', but argument 8 has type 'gulong'
Comment 1 Tim-Philipp Müller 2011-11-23 16:03:44 UTC
commit da43e59aabfbb7e684bea27ce34734c4ee62fda1
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Wed Nov 23 16:01:35 2011 +0000

    smooth: fix printf format compiler warning in debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664631