aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capture_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 3ae13f0492..e2b2ae5cc5 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -832,7 +832,7 @@ gboolean capture_loop_close_output(capture_options *capture_opts, loop_data *ld,
/* dispatch incoming packets (pcap or capture pipe) */
static int
-capture_loop_dispatch(capture_options *capture_opts, loop_data *ld,
+capture_loop_dispatch(capture_options *capture_opts _U_, loop_data *ld,
char *errmsg, int errmsg_len) {
int inpkts;
#ifndef _WIN32