aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-03-18 17:23:56 -0700
committerGuy Harris <guy@alum.mit.edu>2015-03-19 00:24:39 +0000
commitab45f1d29006d65e713f8e0bb5dc08667a9e8b80 (patch)
tree82d295e7199023ecacc9ab2fdfab36f067adab05
parent04f6b557b7f5ac7bbdcb13ee045f9b5eb933e5ec (diff)
Unused parameters are done differently in C++.
Change-Id: If6324e7ee57156e067c2584b80df835620f94ac0 Reviewed-on: https://code.wireshark.org/review/7744 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--ui/qt/decode_as_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/decode_as_dialog.cpp b/ui/qt/decode_as_dialog.cpp
index 2b76f9af37..17e958309c 100644
--- a/ui/qt/decode_as_dialog.cpp
+++ b/ui/qt/decode_as_dialog.cpp
@@ -516,7 +516,7 @@ void DecodeAsDialog::curProtoDestroyed()
}
void DecodeAsDialog::resetChangedList(const gchar *table_name,
- ftenum_t selector_type, gpointer key, gpointer value _U_, gpointer user_data _U_)
+ ftenum_t selector_type, gpointer key, gpointer, gpointer)
{
/* DecodeAsDialog *da_dlg = (DecodeAsDialog *)user_data; */
switch (selector_type) {