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 656164 - dirac triggers set but unused variable warnings
dirac triggers set but unused variable warnings
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:48 UTC by Sjoerd Simons
Modified: 2011-08-08 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove some dead code (1.65 KB, application/octet-stream)
2011-08-08 15:48 UTC, Sjoerd Simons
Details

Description Sjoerd Simons 2011-08-08 15:48:26 UTC
Created attachment 193424 [details]
remove some dead code

New gcc warns about dead code. Patch to remove it attached
Comment 1 David Schleef 2011-08-08 19:12:05 UTC
commit 27f40d8a577789a53e2b7bb1c762b71bc62a7c54
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Aug 8 16:44:20 2011 +0200

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