diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-30 08:57:35 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-30 08:57:35 +0000 |
commit | 3e8113969cd785fb17c3c71bf290d73db6367d38 (patch) | |
tree | 3275df281745a13847efb17bd4a43f28c54794b7 /archival | |
parent | c8d7edf42cd7a71c88d9c4dbf431a52a1617af29 (diff) | |
download | busybox-w32-3e8113969cd785fb17c3c71bf290d73db6367d38.tar.gz busybox-w32-3e8113969cd785fb17c3c71bf290d73db6367d38.tar.bz2 busybox-w32-3e8113969cd785fb17c3c71bf290d73db6367d38.zip |
tell people to ignore the save_name warning
git-svn-id: svn://busybox.net/trunk/busybox@10978 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival')
-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; |