aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-gsm_astat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-14 01:18:58 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-14 01:18:58 +0000
commitab3aeb63e4ffd9ee84ea0f387c1d64838f38ef44 (patch)
tree59ac62874622df5a12c4a33f62d4322a825dbda7 /ui/cli/tap-gsm_astat.c
parent9e47411488cf2101b79dfe1bb715e7c1eafcfa83 (diff)
Get rid of -Wshadow warning - I guess we're including something that
gets <getopt.h>, so we get the optarg global. svn path=/trunk/; revision=51350
Diffstat (limited to 'ui/cli/tap-gsm_astat.c')
-rw-r--r--ui/cli/tap-gsm_astat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-gsm_astat.c b/ui/cli/tap-gsm_astat.c
index f358218979..b76932a2b1 100644
--- a/ui/cli/tap-gsm_astat.c
+++ b/ui/cli/tap-gsm_astat.c
@@ -315,7 +315,7 @@ gsm_a_stat_draw(
static void
-gsm_a_stat_init(const char *optarg _U_,void* userdata _U_)
+gsm_a_stat_init(const char *opt_arg _U_,void* userdata _U_)
{
gsm_a_stat_t *stat_p;
GString *err_p;