diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-30 08:57:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-30 08:57:35 +0000 |
commit | d6a2d41db257caff28f6c831e9950aab6cee4793 (patch) | |
tree | 3275df281745a13847efb17bd4a43f28c54794b7 | |
parent | 14445fd9a1e75a84fdc1fb4085e97c4ca6152fbd (diff) | |
download | busybox-w32-d6a2d41db257caff28f6c831e9950aab6cee4793.tar.gz busybox-w32-d6a2d41db257caff28f6c831e9950aab6cee4793.tar.bz2 busybox-w32-d6a2d41db257caff28f6c831e9950aab6cee4793.zip |
tell people to ignore the save_name warning
-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 bedd38c22..5cd013c0c 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c | |||
@@ -35,6 +35,7 @@ int bunzip2_main(int argc, char **argv) | |||
35 | char *compressed_name; | 35 | char *compressed_name; |
36 | /* Note: Ignore the warning about save_name being used uninitialized. | 36 | /* Note: Ignore the warning about save_name being used uninitialized. |
37 | * That is not the case, but gcc has trouble working that out... */ | 37 | * That is not the case, but gcc has trouble working that out... */ |
38 | #warning The save_name warning is OK, ignore it | ||
38 | char *save_name; | 39 | char *save_name; |
39 | unsigned long opt; | 40 | unsigned long opt; |
40 | int status; | 41 | int status; |