Avoid compiler warnings about uninitialised variables.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Sep 2011 04:54:16 +0000 (06:54 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 3 Sep 2011 04:54:16 +0000 (06:54 +0200)
Some compilers produced warnings about possible use of
uninitialised variables (although such use was in fact not possible)
These warnings were harmless (perhaps even erroneous) but
it's no problem to avoid them.


No differences found