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 656166 - schroedinger: triggers set-but-not-used warnings from gcc
schroedinger: triggers set-but-not-used warnings from gcc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-08 15:58 UTC by Sjoerd Simons
Modified: 2011-08-08 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.42 KB, application/octet-stream)
2011-08-08 15:58 UTC, Sjoerd Simons
Details

Description Sjoerd Simons 2011-08-08 15:58:26 UTC
Created attachment 193426 [details]
proposed patch

see subject, patch to remove some dead code attached
Comment 1 David Schleef 2011-08-08 19:12:46 UTC
commit 04b74947adc7351c44a4d0037a4e5f7a3672e612
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Aug 8 17:53:16 2011 +0200

    schroedinger: Fix set but unused variables
    
    Remove some dead code that triggers "set but unused variables"
    from Gcc 4.6.  Fixes #656166
    
    Signed-off-by: David Schleef <ds@schleef.org>