summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-09-15 22:42:58 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-09-15 22:42:58 +0000
commitca637dec6895f65c12c2d682855118b497411293 (patch)
treee42f79c5f5dd9a06ef893fb28890a2a737044903
parentadb39445eed6c97a5adeafc2ad0a16b04dd685fc (diff)
downloadwireshark-ca637dec6895f65c12c2d682855118b497411293.tar.gz
mark unused parameter
svn path=/trunk/; revision=52091
-rw-r--r--ui/gtk/conversation_hastables_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/conversation_hastables_dlg.c b/ui/gtk/conversation_hastables_dlg.c
index 4d7dbd29d4..6b9f245765 100644
--- a/ui/gtk/conversation_hastables_dlg.c
+++ b/ui/gtk/conversation_hastables_dlg.c
@@ -125,7 +125,7 @@ conversation_hash_exact_old(gconstpointer v)
}
static void
-conversation_hashtable_exact_to_texbuff(gpointer key, gpointer value, gpointer user_data)
+conversation_hashtable_exact_to_texbuff(gpointer key, gpointer value _U_, gpointer user_data)
{
gchar string_buff[CONV_STR_BUF_MAX];
GtkTextBuffer *buffer = (GtkTextBuffer*)user_data;