From: Mike Frysinger Date: Sat, 30 Jul 2005 08:57:35 +0000 (-0000) Subject: tell people to ignore the save_name warning X-Git-Tag: 1_1_0~861 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6a2d41db257caff28f6c831e9950aab6cee4793;p=oweals%2Fbusybox.git tell people to ignore the save_name warning --- diff --git a/archival/bunzip2.c b/archival/bunzip2.c index bedd38c22..5cd013c0c 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;