summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-02-20 14:00:53 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-02-20 14:00:53 +0000
commitc39d342a40c458363c71a542938bfce7d53f5301 (patch)
tree7bc396151aadeac960a6ab43d08ec5be10bba861 /file.c
parent83c66c05e9255959577c73c37f5d9754ef2c72b8 (diff)
downloadwireshark-c39d342a40c458363c71a542938bfce7d53f5301.tar.gz
Squelch some unused variable warnings
svn path=/trunk/; revision=20873
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2babfe678d..cc61a67a2a 100644
--- a/file.c
+++ b/file.c
@@ -364,7 +364,7 @@ cf_close(capture_file *cf)
}
/* an out of memory exception occured, wait for a user button press to exit */
-void outofmemory_cb(gpointer dialog, gint btn, gpointer data)
+void outofmemory_cb(gpointer dialog _U_, gint btn _U_, gpointer data _U_)
{
main_window_exit();
}