URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8682af9191b42d53ac7b10df8bf53f32273343d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a8682af by AndersBroman (anders.broman@xxxxxxxxxxxx):
[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@xxxxxxxxx>
Actions performed:
from 7298a31 Eliminate proto_tree_add_text from ANSI dissectors.
adds a8682af [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' -
Summary of changes:
ui/qt/mtp3_summary_dialog.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)