projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14445fd
)
tell people to ignore the save_name warning
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:57:35 +0000
(08:57 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:57:35 +0000
(08:57 -0000)
archival/bunzip2.c
patch
|
blob
|
history
diff --git
a/archival/bunzip2.c
b/archival/bunzip2.c
index bedd38c221842118a92fed39f648ff1a86e3f33b..5cd013c0ce87d72948caa915f2b1d60eedbb4d5a 100644
(file)
--- 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;