Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 1a29a70: Remove const from fields in a dynamically-al

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Apr 2018 22:22:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a29a70443768b11583e90cc79d139007e6d8fb7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1a29a70 by Guy Harris (guy@xxxxxxxxxxxx):

    Remove const from fields in a dynamically-allocated structure.
    
    There's no need for them to be const, and that causes compiler warnings
    when you try to give them a value.
    
    Change-Id: I666a03dd443dff462de0fe2e393284f3341535d0
    Reviewed-on: https://code.wireshark.org/review/26834
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e085119   ieee80211: fixes min and max power values in item text (they are signed).
    adds  1a29a70   Remove const from fields in a dynamically-allocated structure.


Summary of changes:
 plugins/epan/profinet/packet-dcom-cba-acco.c | 2 +-
 plugins/epan/profinet/packet-dcom-cba-acco.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)