[Bug 647294] gst-plugins-base doesn't compile with GCC 4.6

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 9 10:16:15 PDT 2011


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

--- Comment #1 from Marc Plano-Lesay <marc31boss at gmail.com> 2011-04-09 17:16:13 UTC ---
Created an attachment (id=185597)
 View: https://bugzilla.gnome.org/attachment.cgi?id=185597
 Review: https://bugzilla.gnome.org/review?bug=647294&attachment=185597

Removing many unused variable warnings

Don't solve all errors :
gstaudioresample.c:1467:39: error: variable 'out' set but not used
[-Werror=unused-but-set-variable]
gsttypefindfunctions.c: In function 'mp3_type_find_at_offset':
gsttypefindfunctions.c:1021:31: error: variable 'prev_bitrate' set but not used
[-Werror=unused-but-set-variable]
In file included from imgconvert.c:2241:0:
imgconvert_template.h: In function 'get_alpha_info_rgb555':
imgconvert_template.h:2156:22: error: variable 'b' set but not used
[-Werror=unused-but-set-variable]
imgconvert_template.h:2156:19: error: variable 'g' set but not used
[-Werror=unused-but-set-variable]
imgconvert_template.h:2156:16: error: variable 'r' set but not used
[-Werror=unused-but-set-variable]

-- 
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