diff options
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index d5335d353..d9cc48423 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -918,7 +918,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
918 | # endif | 918 | # endif |
919 | 919 | ||
920 | # if NUM_APPLETS > 0 | 920 | # if NUM_APPLETS > 0 |
921 | void FAST_FUNC show_usage_if_dash_dash_help(int applet_no, char **argv) | 921 | void FAST_FUNC show_usage_if_dash_dash_help(int applet_no UNUSED_PARAM, char **argv) |
922 | { | 922 | { |
923 | /* Special case. POSIX says "test --help" | 923 | /* Special case. POSIX says "test --help" |
924 | * should be no different from e.g. "test --foo". | 924 | * should be no different from e.g. "test --foo". |