chiark / gitweb /
Fix warnings generated by gcc 4.6.0 about variables set but not
authorSimon Tatham <anakin@pobox.com>
Wed, 4 May 2011 18:22:14 +0000 (18:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 4 May 2011 18:22:14 +0000 (18:22 +0000)
commit2efc77d2fde7e53604f8490b57f18a36eec5c4fb
tree46b5441958cc8525ccd09f43c36dea9d0ea57d4c
parent4bab5e531b4b49c9b41d2140dd570d05947e7c40
Fix warnings generated by gcc 4.6.0 about variables set but not
thereafter read. Most of these changes are just removal of pointless
stuff or trivial reorganisations; one change is actually substantive,
and fixes a bug in Keen's clue selection (the variable 'bad' was
unreferenced not because I shouldn't have set it, but because I
_should_ have referenced it!).

[originally from svn r9164]
14 files changed:
bridges.c
cube.c
guess.c
keen.c
lightup.c
loopy.c
magnets.c
mines.c
netslide.c
tents.c
towers.c
twiddle.c
unequal.c
unfinished/slide.c