commit | d6a2d41db257caff28f6c831e9950aab6cee4793 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Jul 30 08:57:35 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Jul 30 08:57:35 2005 +0000 |
tree | 3275df281745a13847efb17bd4a43f28c54794b7 | |
parent | 14445fd9a1e75a84fdc1fb4085e97c4ca6152fbd [diff] [blame] |
tell people to ignore the save_name warning
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 @@ 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;