svn commit: [26142] trunk/busybox/shell
vda at busybox.net
vda at busybox.net
Fri Apr 17 23:53:15 UTC 2009
Author: vda
Date: 2009-04-17 23:53:15 +0000 (Fri, 17 Apr 2009)
New Revision: 26142
Log:
builtin_return's parameter is not unused
Modified:
trunk/busybox/shell/hush.c
Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c 2009-04-17 23:44:18 UTC (rev 26141)
+++ trunk/busybox/shell/hush.c 2009-04-17 23:53:15 UTC (rev 26142)
@@ -6904,7 +6904,7 @@
#endif
#if ENABLE_HUSH_FUNCTIONS
-static int builtin_return(char **argv UNUSED_PARAM)
+static int builtin_return(char **argv)
{
int rc;
More information about the busybox-cvs
mailing list