URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=18c5496137a0da931b2cf2f52b5a76b570b5a881
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
18c5496 by Guy Harris (guy@xxxxxxxxxxxx):
Don't cast away constness unnecessarily.
Compare functions for various collection data types don't need to modify
what they're comparing, so keep everything const.
Change-Id: I1c2cff6954b1a8c5ade74943934324d0bd8f523c
Reviewed-on: https://code.wireshark.org/review/12884
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a1c27ef Qt: fix QString::arg: Argument missing: "PT=%u telephone/event" warning
adds 18c5496 Don't cast away constness unnecessarily.
Summary of changes:
epan/rtd_table.c | 4 ++--
epan/srt_table.c | 4 ++--
epan/stat_tap_ui.c | 4 ++--
epan/stats_tree.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)