Fixup some warnings

This commit is contained in:
Eric Andersen
2004-08-28 00:43:07 +00:00
parent 785001468d
commit b225e2a76b
6 changed files with 32 additions and 22 deletions

View File

@@ -33,6 +33,8 @@
int bunzip2_main(int argc, char **argv)
{
char *compressed_name;
/* Note: Ignore the warning about save_name being used uninitialized.
* That is not the case, but gcc has trouble working that out... */
char *save_name;
unsigned long opt;
int status;