mirror of https://github.com/mirror/busybox.git
removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito
parent
5184336647
commit
f01e1784e5
|
@ -294,7 +294,9 @@ bb_getopt_ulflags (int argc, char **argv, const char *applet_opts, ...)
|
|||
va_list p;
|
||||
const struct option *l_o;
|
||||
unsigned long trigger;
|
||||
#ifdef CONFIG_PS
|
||||
char **pargv = NULL;
|
||||
#endif
|
||||
int min_arg = 0;
|
||||
int max_arg = -1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue