aboutsummaryrefslogtreecommitdiff
path: root/archival/bunzip2.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/bunzip2.c')
-rw-r--r--archival/bunzip2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c
index 5be9da517..bedd38c22 100644
--- a/archival/bunzip2.c
+++ b/archival/bunzip2.c
@@ -33,6 +33,8 @@
33int bunzip2_main(int argc, char **argv) 33int bunzip2_main(int argc, char **argv)
34{ 34{
35 char *compressed_name; 35 char *compressed_name;
36 /* Note: Ignore the warning about save_name being used uninitialized.
37 * That is not the case, but gcc has trouble working that out... */
36 char *save_name; 38 char *save_name;
37 unsigned long opt; 39 unsigned long opt;
38 int status; 40 int status;