Mark another parameter as unused

svn path=/trunk/; revision=53451
This commit is contained in:
Pascal Quantin 2013-11-20 20:36:22 +00:00
parent 7d2ae28357
commit ff6a590edb
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ decode_dcerpc_add_to_list(gpointer key, gpointer value, gpointer user_data)
}
static void
dcerpc_populate_list(const gchar *table_name, decode_as_add_to_list_func add_to_list, gpointer ui_element)
dcerpc_populate_list(const gchar *table_name _U_, decode_as_add_to_list_func add_to_list, gpointer ui_element)
{
struct dcerpc_decode_as_populate populate;