aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2003-12-09 23:45:34 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2003-12-09 23:45:34 +0000
commite42f094023a148770a191c242d90e8b47896d259 (patch)
tree7952e9921a785376255f9c3c5d37382c2459fc88 /gtk/tcp_graph.c
parentec776da55a1d973eb620936d17317cb795395aac (diff)
Mark parameter data as unused in callback_create_help().
svn path=/trunk/; revision=9226
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index fb25eddfd2..c3b3b06dcc 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -3,7 +3,7 @@
* By Pavel Mores <pvl@uh.cz>
* Win32 port: rwh@unifiedtech.com
*
- * $Id: tcp_graph.c,v 1.37 2003/09/25 00:37:51 guy Exp $
+ * $Id: tcp_graph.c,v 1.38 2003/12/09 23:45:34 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1009,7 +1009,7 @@ static void callback_close (GtkWidget *widget _U_, gpointer data)
}
}
-static void callback_create_help(GtkWidget *widget _U_, gpointer data)
+static void callback_create_help(GtkWidget *widget _U_, gpointer data _U_)
{
GtkWidget *toplevel, *box, *text, *scroll, *close;
#if GTK_MAJOR_VERSION < 2