Fix warnings generated by gcc 4.6.0 about variables set but not
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 4 May 2011 18:22:14 +0000 (18:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 4 May 2011 18:22:14 +0000 (18:22 +0000)
commit72c158219fd9dbf19a01f2bf62303627a5e414e4
tree46b5441958cc8525ccd09f43c36dea9d0ea57d4c
parenta6bd4b9c9f5c5918bf56b50c5d31a4c31104c2ec
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!).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9164 cda61777-01e9-0310-a592-d414129be87e
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