diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bunzip2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c index bedd38c..5cd013c 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -35,6 +35,7 @@ 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... */ +#warning The save_name warning is OK, ignore it char *save_name; unsigned long opt; int status; |