tests: init more variables to avoid compiler warning on osx
authorEdward Hervey <bilboed@bilboed.com>
Wed, 7 Oct 2009 06:37:05 +0000 (08:37 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 7 Oct 2009 06:40:18 +0000 (08:40 +0200)
commit3879cc60b16bac42517bc225b2d7b0c0efdcbe13
tree7e197688e60d86527b872a3aba62c4c6c901b940
parentd6de0e4cce78f143e3d710cc74326be57e9b90c0
tests: init more variables to avoid compiler warning on osx

Init variable to avoid compiler warning and make the build bot happy
(the compiler most likely complains about this because it doesn't know
here that fail_unless will abort/exit in the path where it fails).
tests/check/libs/bytereader.c