Mark parameter as unused
authorAnders Broman <anders.broman@ericsson.com>
Wed, 20 Nov 2013 19:52:21 +0000 (19:52 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Wed, 20 Nov 2013 19:52:21 +0000 (19:52 -0000)
packet-ber.c:391: warning: unused parameter 'table_name'

svn path=/trunk/; revision=53447

epan/dissectors/packet-ber.c

index d05549bcc3f69cdc800cceb97dccfb9f2fcf445b..ffdc7aad39dede12d46afcf9cf4396bbeb55222b 100644 (file)
@@ -388,7 +388,7 @@ decode_ber_add_to_list(gpointer key, gpointer value, gpointer user_data)
     populate->add_to_list("ASN.1", (gchar *)key, value, populate->ui_element);
 }
 
-static void ber_populate_list(const gchar *table_name, decode_as_add_to_list_func add_to_list, gpointer ui_element)
+static void ber_populate_list(const gchar *table_name _U_, decode_as_add_to_list_func add_to_list, gpointer ui_element)
 {
     struct ber_decode_as_populate populate;