aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-22 00:20:33 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-22 00:20:33 +0000
commitf44ded3d2a12861ca798c90674d5ceac0e6768d6 (patch)
treec7036a1c80d409072210070a06e1ce545b112442 /gtk/proto_dlg.c
parenta77c32bbd28a4bf9ff3e49c7766d1327b86d41db (diff)
Fix various compiler warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20522 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/proto_dlg.c')
-rw-r--r--gtk/proto_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index 3e428af699..3f959d40a9 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -414,7 +414,7 @@ proto_delete_event_cb(GtkWidget *proto_w, GdkEvent *event _U_,
return FALSE;
}
-static void proto_write(gpointer parent_w)
+static void proto_write(gpointer parent_w _U_)
{
char *pf_dir_path;
char *pf_path;