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:
3d40d8e
)
builtin_return's parameter is not unused
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 17 Apr 2009 23:53:15 +0000
(23:53 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 17 Apr 2009 23:53:15 +0000
(23:53 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 82634ff83480e53dda0644ab917b7667057ac205..f9757a723870dec99f309d3ae10bc4277069249a 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-6904,7
+6904,7
@@
static int builtin_continue(char **argv)
#endif
#if ENABLE_HUSH_FUNCTIONS
-static int builtin_return(char **argv
UNUSED_PARAM
)
+static int builtin_return(char **argv)
{
int rc;