removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito

This commit is contained in:
"Vladimir N. Oleynik" 2006-01-09 13:28:31 +00:00
parent 5184336647
commit f01e1784e5

View File

@ -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;