[gstreamer-bugs] [Bug 324260] ignoring return value of 'g_list_delete_link' / 'g_list_append' (gcc 4.0.2)
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Dec 16 08:12:58 PST 2005
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324260
GStreamer | gstreamer (core) | Ver: 0.8.11
Tim-Philipp Müller changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #56074| |committed
Status| |
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|warning: ignoring return |ignoring return value of
|value of |'g_list_delete_link' /
|'g_list_delete_link' / |'g_list_append' (gcc 4.0.2)
|'g_list_append' (gcc 4.0.2) |
Target Milestone|HEAD |0.8.12
------- Additional Comments From Tim-Philipp Müller 2005-12-16 16:12 -------
Actually, that _unplug() function isn't even used, so I've just #ifdef'ed it out ;)
2005-12-16 Christian Kirbach <Christian.Kirbach at student.uni-siegen.de>
Reviewed by: Tim-Philipp Muller <tim at centricular dot net>
* gst/autoplug/gstspider.c: (gst_spider_identity_unplug),
(gst_spider_create_and_plug):
* gst/elements/gstbufferstore.c: (gst_buffer_store_add_buffer_func):
Do not silently discard return values of g_list_delete_link()
and g_list_append(). This would trigger gcc4 warnings that
are treated as errors in CVS builds (fixes: #324260). Also
ifdef out unused function while we are at it.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list