[gstreamer-bugs] [Bug 301166] GStreamer 0.8 CVS compilation fails on GCC4 warning

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Apr 22 07:40:23 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=301166
 GStreamer | gstreamer (core) | Ver: 0.8.9

Ronald Bultje changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45535|                            |committed
             Status|                            |
  Attachment #45543|                            |committed
             Status|                            |



------- Additional Comments From Ronald Bultje  2005-04-22 10:40 -------
Kjartan, I applied half of your patch, I did the other half differently (but
thanks to your patch for making me notice them). Can you both please test
current CVS again and give me a clear list of outstanding issues?

Christian, for the write, change:

[..]
write (..);
[..]

to:

int unused;
[..]
unused = write (..);
[..]

and let me know if that fixes 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