Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / archival / bunzip2.c
index 5be9da5176aaf91fe54d4392fd9a0fac6d3579a1..5cd013c0ce87d72948caa915f2b1d60eedbb4d5a 100644 (file)
@@ -33,6 +33,9 @@
 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;