aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index dacfbdd22..379d6af2f 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -1094,7 +1094,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv)
1094# endif 1094# endif
1095 1095
1096# if NUM_APPLETS > 0 1096# if NUM_APPLETS > 0
1097void FAST_FUNC show_usage_if_dash_dash_help(int applet_no, char **argv) 1097void FAST_FUNC show_usage_if_dash_dash_help(int applet_no UNUSED_PARAM, char **argv)
1098{ 1098{
1099 /* Special case. POSIX says "test --help" 1099 /* Special case. POSIX says "test --help"
1100 * should be no different from e.g. "test --foo". 1100 * should be no different from e.g. "test --foo".