summaryrefslogtreecommitdiff
path: root/ui/qt/decode_as_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-22 01:25:17 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-22 01:25:17 +0000
commit629d5f1697d278663a5976232f54c753ad7327a3 (patch)
treec944daeecdb39de264718375d740df3df769fdc5 /ui/qt/decode_as_dialog.cpp
parente5c9616fd2c917a856c8ac67822836d08809b6ff (diff)
downloadwireshark-629d5f1697d278663a5976232f54c753ad7327a3.tar.gz
Mark a parameter unused.
svn path=/trunk/; revision=53501
Diffstat (limited to 'ui/qt/decode_as_dialog.cpp')
-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;
}