aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-30 17:23:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-30 17:23:33 +0000
commit2777289f85f886aca83e404b2bc84e0e449e170a (patch)
tree9f4ebe0ff5de08e373a4324d15aa573c379cb1bd /gtk/main.c
parenta416a4b6f573497c891c23b044777f0b95cb5873 (diff)
removed various gcc warnings
svn path=/trunk/; revision=14246
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 8c144d6607..59daacbe23 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1402,7 +1402,7 @@ main_cf_cb_live_capture_fixed_started(capture_options *capture_opts)
}
static void
-main_cf_cb_live_capture_fixed_finished(capture_file *cf)
+main_cf_cb_live_capture_fixed_finished(capture_file *cf _U_)
{
/* Pop the "<live capture in progress>" message off the status bar. */
statusbar_pop_file_msg();