mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Silence compiler warnings.
This commit is contained in:
parent
542c1637b2
commit
1ea75154d6
4 changed files with 3 additions and 6 deletions
2
lrzip.c
2
lrzip.c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue