Mark a parameter unused.

svn path=/trunk/; revision=53501
This commit is contained in:
Gerald Combs 2013-11-22 01:25:17 +00:00
parent e5c9616fd2
commit 629d5f1697
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void DecodeAsDialog::buildChangedList(const gchar *table_name, ftenum_t selector
void DecodeAsDialog::buildDceRpcChangedList(gpointer data, gpointer user_data)
{
Q_UNUSED(user_data);
decode_dcerpc_bind_values_t *binding = (decode_dcerpc_bind_values_t *)data;
qDebug() << "=bdcecl" << binding->ifname;
}