Wireshark-commits: [Wireshark-commits] master 238550b: Make some arguments const, and remove castin
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Feb 2018 05:35:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=238550b9c5aad47448cc5ac537108ee23125a252
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

238550b by Guy Harris (guy@xxxxxxxxxxxx):

    Make some arguments const, and remove casting-away of constness.
    
    Change-Id: Iaa43b4b355179a265975f67952feac819e79f7a6
    Reviewed-on: https://code.wireshark.org/review/25957
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1c5e6a1   Eliminate another casting-away-constness warning.
    adds  238550b   Make some arguments const, and remove casting-away of constness.


Summary of changes:
 epan/proto.c        | 18 +++++++++---------
 epan/unit_strings.c |  6 +++---
 epan/unit_strings.h |  6 +++---
 3 files changed, 15 insertions(+), 15 deletions(-)