Squelch some unused variable warnings
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Feb 2007 14:00:53 +0000 (14:00 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Feb 2007 14:00:53 +0000 (14:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20873 f5534014-38df-0310-8fa8-9805f1628bb7

file.c

diff --git a/file.c b/file.c
index 2babfe678dbeff221abdbc6955f55d6f601e2bfe..cc61a67a2a8c91da1efdfbae9751b8168528d93a 100644 (file)
--- 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();
 }