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 335828 - Patch required to compile gst-plugins-good on FC5
Patch required to compile gst-plugins-good on FC5
Status: RESOLVED DUPLICATE of bug 325599
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-24 11:41 UTC by Peter Robinson
Modified: 2006-03-24 12:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to removed unsed values (3.71 KB, patch)
2006-03-24 12:09 UTC, Peter Robinson
rejected Details | Review

Description Peter Robinson 2006-03-24 11:41:48 UTC
Due to the extra checks that Fedora has enabled for compiling rpms gst-plugins-good doesn't compile due to warnings about unused variables. Here is a simple patch that basically removes these variables. Not sure if its the best way but it allows me to compile it on FC5. (will attach patch).
Comment 1 Peter Robinson 2006-03-24 12:09:29 UTC
Created attachment 61910 [details] [review]
Patch to removed unsed values
Comment 2 Tim-Philipp Müller 2006-03-24 12:13:36 UTC
gcc-4.1 will complain about unused return values here (not variables) because it's stupid ;)

You can't remove those _ref() calls, that would be fatal.

Just compile without -Werror (or whatever is used in this case).

The issue is fixed in GStreamer core CVS.



*** This bug has been marked as a duplicate of 325599 ***
Comment 3 Peter Robinson 2006-03-24 12:28:22 UTC
OK, is there going to be a release at some stage soon to get this out there?