From f01e1784e53a1171401dc3749e127c4816b5d6bb Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Mon, 9 Jan 2006 13:28:31 +0000 Subject: removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito --- libbb/getopt_ulflags.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/getopt_ulflags.c') diff --git a/libbb/getopt_ulflags.c b/libbb/getopt_ulflags.c index 376893fc8..f18ee2d2d 100644 --- a/libbb/getopt_ulflags.c +++ b/libbb/getopt_ulflags.c @@ -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; -- cgit v1.2.3