Bläddra i källkod

appletlib: fix "warning: unused variable applet_no"

Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Tomas Paukrt 1 år sedan
förälder
incheckning
85e4805ae9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      libbb/appletlib.c

+ 1 - 1
libbb/appletlib.c

@@ -918,7 +918,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv)
 # endif
 
 # if NUM_APPLETS > 0
-void FAST_FUNC show_usage_if_dash_dash_help(int applet_no, char **argv)
+void FAST_FUNC show_usage_if_dash_dash_help(int applet_no UNUSED_PARAM, char **argv)
 {
 	/* Special case. POSIX says "test --help"
 	 * should be no different from e.g. "test --foo".