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)
commit6f1fc2655c5e4aea0b39e5d309a1cc4826f16d4e
treeb6d044b0f2daa44c4c6096b14b8ec4ac5a2ed501
parentfea925912b94d356a579598031abe54a191903fc
Avoid compiler warnings about uninitialised variables.

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.
src/language/stats/t-test-parser.c