Wireshark-commits: [Wireshark-commits] master d05b6f9: Bluetooth: ATT: Fix Dead Store (Dead assigne
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Aug 2015 13:01:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d05b6f9682523a04a26e385f62d382937a4bf9bc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d05b6f9 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Found also by Coverity (CID 1316607)
    
    Change-Id: Ib6a4437fd24b51a8aa87d4bcdb5ee2a1dc43dae3
    Reviewed-on: https://code.wireshark.org/review/10124
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  03b78a0   Bluetooth: ATT: Fix  code will never be executed [-Wunreachable-code]
    adds  d05b6f9   Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang


Summary of changes:
 epan/dissectors/packet-btatt.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)