aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/mtp3_summary_dialog.cpp
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-09-01 09:53:38 +0200
committerAnders Broman <a.broman58@gmail.com>2015-09-01 07:58:08 +0000
commita8682af9191b42d53ac7b10df8bf53f32273343d (patch)
tree2813593e6446775197387376c9a3109645b741e2 /ui/qt/mtp3_summary_dialog.cpp
parent7298a3168742ca3298ad5715f66e09f386755788 (diff)
[mtp3_summary_dialog] Unused parameter warning with MSVC
mtp3_summary_dialog.cpp(315) : warning C4100: 'edt' : unreferenced formal para mtp3_summary_dialog.cpp(314) : warning C4100: 'pinfo' - Change-Id: Ia21e15ff6348f34bf8ae240f867f0ab2cade606a Reviewed-on: https://code.wireshark.org/review/10340 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/mtp3_summary_dialog.cpp')
-rw-r--r--ui/qt/mtp3_summary_dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/mtp3_summary_dialog.cpp b/ui/qt/mtp3_summary_dialog.cpp
index 069cfad32f..5c33dab078 100644
--- a/ui/qt/mtp3_summary_dialog.cpp
+++ b/ui/qt/mtp3_summary_dialog.cpp
@@ -311,8 +311,8 @@ mtp3_summary_reset(
static gboolean
mtp3_summary_packet(
void *tapdata,
- packet_info *pinfo _U_,
- epan_dissect_t *edt _U_,
+ packet_info *,
+ epan_dissect_t *,
const void *data)
{
mtp3_stat_t (*stat_p)[MTP3_MAX_NUM_OPC_DPC] = (mtp3_stat_t(*)[MTP3_MAX_NUM_OPC_DPC])tapdata;