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 640469 - Fix set but not used variables
Fix set but not used variables
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-01-24 20:45 UTC by Owen Taylor
Modified: 2011-01-24 21:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix set but not used variables (10.28 KB, patch)
2011-01-24 20:45 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2011-01-24 20:45:01 UTC
GCC 4.6 warns about variables that are set but never subsequently
used; fix all such instances.
Comment 1 Owen Taylor 2011-01-24 20:45:03 UTC
Created attachment 179228 [details] [review]
Fix set but not used variables
Comment 2 Dan Winship 2011-01-24 21:20:56 UTC
Comment on attachment 179228 [details] [review]
Fix set but not used variables

yeah, all looks sensible
Comment 3 Owen Taylor 2011-01-24 21:27:40 UTC
Attachment 179228 [details] pushed as 4f079af - Fix set but not used variables