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 327356 - gst-plugins-ugly fails to build with GCC 4.1
gst-plugins-ugly fails to build with GCC 4.1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-17 14:32 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-03-21 15:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-01-17 14:32:38 UTC
cc1: warnings being treated as errors
gstmpegparse.c: In function 'gst_mpeg_parse_send_event':
gstmpegparse.c:436: warning: value computed is not used
Comment 1 Edward Hervey 2006-03-21 15:08:26 UTC
The following fix in core solves the issue. Closing bug.

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

	* gst/gstbuffer.h:
	* gst/gstevent.h:
	* gst/gstmessage.h:
	gst_[buffer|event|message]_ref() macros are replaced by a static
	inline functions because gcc-4.1 will about if the return value
	isn't used.
	* tests/check/gst/gstevent.c: (event_probe):
	gst_event_ref now has to be given a GstEvent* , fix check accordingly.