aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/decode_as_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/decode_as_dialog.cpp b/ui/qt/decode_as_dialog.cpp
index 9e6c65b1d8..ac203f5b50 100644
--- a/ui/qt/decode_as_dialog.cpp
+++ b/ui/qt/decode_as_dialog.cpp
@@ -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;
}