URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c1a61e7b198b022aae37e466f420a7c66110a86
Submitter: Michal Labedzki (michal.labed...@wireshark.org)
Changed: branch: master
Repository: wireshark

Commits:

8c1a61e by Michał Łabędzki (michal.labed...@wireshark.org):

    Bluetooth: ATT: Fix cast-warnings
    
    1. Use explicit cast from gint16 to gint then to gdouble
       - I can understand my compiler - implicit cast is not explicit cast
    2. Fix const cast by remove "const" from one field but add it whenever
       possible in other places
    
    Change-Id: Iab7401f972c40bca2df58f91b89e29cf2d7cf11b
    Reviewed-on: https://code.wireshark.org/review/26917
    Petri-Dish: Michal Labedzki <michal.labed...@wireshark.org>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michal Labedzki <michal.labed...@wireshark.org>
    

Actions performed:

    from  89076e6   packet-pcep.c: opposite inner 'if' condition leads to a 
dead code block
    adds  8c1a61e   Bluetooth: ATT: Fix cast-warnings


Summary of changes:
 epan/dissectors/packet-btatt.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to