URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ad9019c3f2382f309be08f5014acce1ff1d06e2
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8ad9019 by Joerg Mayer (jmayer@xxxxxxxxx):
Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSED
statements to c++ files. The standard method to mark function parameters
as unused in cpp is to just leave out the variable name.
Change-Id: I4f07ad9f494ad16388eadb67e93ea7b26ae70eb5
Reviewed-on: https://code.wireshark.org/review/9152
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from dd16c55 editcap: allow command-line option to set comments for given frame numbers
adds 8ad9019 Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSED statements to c++ files. The standard method to mark function parameters as unused in cpp is to just leave out the variable name.
Summary of changes:
ui/qt/about_dialog.cpp | 4 +---
ui/qt/tcp_stream_dialog.cpp | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)