[gstreamer-bugs] [Bug 325599] Build fails with GCC 4.1

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 19 07:31:51 PST 2006


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=325599
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Michael Smith changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msmith at fluendo.com




------- Comment #11 from Michael Smith  2006-03-19 15:31 UTC -------
foo = gst_blah_ref(foo) is not appropriate for working around these warnings.

A (void) cast would be ok... except these are going to bite everyone USING
gstreamer as well. We should do as recommended and use statement expressions to
work around these (for gcc; for non-gcc the existing macros will be fine).

The last two hunks in the file are wrong, I assume you didn't mean to include
them.


-- 
Configure bugmail: http://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