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>
This commit is contained in:
Guy Harris 2015-03-18 17:23:56 -07:00
parent 04f6b557b7
commit ab45f1d290
1 changed files with 1 additions and 1 deletions

View File

@ -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) {