Wireshark-commits: [Wireshark-commits] master cbc36cb: Remove constness from bytestring_to_str() [-

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 Jan 2016 22:40:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbc36cbd97eae79d4e84f749ee78fb53037e3c6c
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cbc36cb by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Remove constness from bytestring_to_str() [-Wcast-qual]
    
    Change-Id: I7f942787dfdc4f76dd0ad5111d1eb528b20f0ba9
    Reviewed-on: https://code.wireshark.org/review/13011
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  94f499b   dBm signal strength is signed; report it as such in the RSSI column.
    adds  cbc36cb   Remove constness from bytestring_to_str() [-Wcast-qual]


Summary of changes:
 epan/oids.c   |    2 +-
 epan/proto.c  |   24 ++++++++++++------------
 epan/to_str.c |    2 +-
 epan/to_str.h |    2 +-
 epan/tvbuff.c |    2 +-
 5 files changed, 16 insertions(+), 16 deletions(-)