[BusyBox-cvs] svn commit: trunk/busybox/archival

vapier at busybox.net vapier at busybox.net
Sat Jul 30 08:57:35 UTC 2005


Author: vapier
Date: 2005-07-30 02:57:35 -0600 (Sat, 30 Jul 2005)
New Revision: 10978

Log:
tell people to ignore the save_name warning

Modified:
   trunk/busybox/archival/bunzip2.c


Changeset:
Modified: trunk/busybox/archival/bunzip2.c
===================================================================
--- trunk/busybox/archival/bunzip2.c	2005-07-30 08:54:43 UTC (rev 10977)
+++ trunk/busybox/archival/bunzip2.c	2005-07-30 08:57:35 UTC (rev 10978)
@@ -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;




More information about the busybox-cvs mailing list