From: Jonathan McDowell Date: Tue, 18 Oct 2011 04:53:03 +0000 (-0700) Subject: Clean up "set but not used" GCC warnings X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/33cfd5887ea8d05241b5b4749abbf7fdfadb51fe?hp=33cfd5887ea8d05241b5b4749abbf7fdfadb51fe Clean up "set but not used" GCC warnings GCC 4.6 now errors when a variable is set but not used; clean up instances of this to fix compilation. ---