GNOME Bugzilla – Bug 640469
Fix set but not used variables
Last modified: 2011-01-24 21:27:42 UTC
GCC 4.6 warns about variables that are set but never subsequently used; fix all such instances.
Created attachment 179228 [details] [review] Fix set but not used variables
Comment on attachment 179228 [details] [review] Fix set but not used variables yeah, all looks sensible
Attachment 179228 [details] pushed as 4f079af - Fix set but not used variables