aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-30 15:39:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-30 15:39:40 +0000
commitbe9bdd1fee9b82d3e0064f55f32deb23ec606c87 (patch)
tree9d779ab92cfedebd9482c900b93a16de6c05a006 /capture_loop.c
parentab066c9e876dc219975ce8faa8f8ffc3def89b86 (diff)
(hopefully) removed various gcc warnings
svn path=/trunk/; revision=14241
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index dbe9a7e87b..906bdf0656 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -1499,7 +1499,7 @@ capture_loop_get_errmsg(char *errmsg, int errmsglen, const char *fname,
}
static void
-capture_loop_popup_errmsg(capture_options *capture_opts, const char *errmsg)
+capture_loop_popup_errmsg(capture_options *capture_opts _U_, const char *errmsg)
{
/* Send the error message to our parent, so they can display a
dialog box containing it. */