Silence compiler warnings.

This commit is contained in:
Con Kolivas 2011-05-08 00:05:46 +10:00
parent 542c1637b2
commit 1ea75154d6
4 changed files with 3 additions and 6 deletions

View file

@ -525,7 +525,7 @@ void decompress_file(rzip_control *control)
{
char *tmp, *tmpoutfile, *infilecopy = NULL;
int fd_in, fd_out = -1, fd_hist = -1;
i64 expected_size, free_space;
i64 expected_size = 0, free_space;
struct statvfs fbuf;
if (!STDIN) {