cleanup: avoid gcc warnings with -Wmaybe-uninitialized
commit807b409fb1f63ccb114771af1627e9a31dc46436
authorPetr Tesarik <petr@tesarici.cz>
Wed, 7 Nov 2012 05:55:12 +0000 (7 06:55 +0100)
committerPetr Tesarik <petr@tesarici.cz>
Wed, 7 Nov 2012 05:55:12 +0000 (7 06:55 +0100)
treef30e41d9e6c785fdc579267dc1221e61d1c9d62c
parent434f3db421504da273facfd9f5a65cf9edd1956c
cleanup: avoid gcc warnings with -Wmaybe-uninitialized

All of these variables are always initialized before use, but the
reasoning is too complex to be understood by gcc. So, let's assign
them a bogus value, otherwise compiling with -Werror fails.
libhed/file.c