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 328327 - gst-plugins-good fail to compile with gcc 4.1
gst-plugins-good fail to compile with gcc 4.1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-23 19:00 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-03-21 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-01-23 19:00:33 UTC
gstautoaudiosink.c: In function 'gst_auto_audio_sink_find_best':
gstautoaudiosink.c:242: warning: value computed is not used
gstavidemux.c: In function 'gst_avi_demux_send_event':
gstavidemux.c:1918: warning: value computed is not used
gstid3demux.c: In function 'gst_id3demux_reset':
gstid3demux.c:191: warning: dereferencing type-punned pointer will break strict-aliasing rules
gstid3demux.c: In function 'gst_id3demux_chain':
gstid3demux.c:440: warning: value computed is not used
matroska-demux.c: In function 'gst_matroska_demux_send_event':
matroska-demux.c:1027: warning: value computed is not used
gstrtpmp4vdepay.c: In function 'gst_rtp_mp4v_depay_setcaps':
gstrtpmp4vdepay.c:159: warning: value computed is not used
gstsmpte.c: In function 'gst_smpte_collected':
gstsmpte.c:402: warning: value computed is not used
gstflacdec.c: In function 'gst_flac_dec_src_event':
gstflacdec.c:1009: warning: value computed is not used
gstdvdemux.c: In function 'gst_dvdemux_send_event':
gstdvdemux.c:588: warning: value computed is not used
Comment 1 Edward Hervey 2006-03-21 15:03:09 UTC
Fixed with following commit and fixes in core. Closing bug.

2006-03-21  Edward Hervey  <edward@fluendo.com>

	* gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
	* gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
	* gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
	(gst_wavparse_stream_headers), (gst_wavparse_send_event),
	(gst_wavparse_change_state):
	gcc 4.1 unreferenced pointer fixes.