Wireshark-commits: [Wireshark-commits] master dd7b09e: Qt (zip_helper): Fix Dead Store

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Aug 2019 09:50:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dd7b09e49c33b45d78fd36294366be34d1ce7c72
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    Qt (zip_helper): Fix Dead Store
    
    Fix dead store (Dead assignement/Dead increment) Warning
    found by Clang
    
    Change-Id: Ib16fc6c0783adda8485056d5e20973cf078e7d7e
    Reviewed-on: https://code.wireshark.org/review/34321
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  6d2ea2f   log3gpp: fix no previous prototype for function
     add  dd7b09e   Qt (zip_helper): Fix Dead Store


Summary of changes:
 ui/qt/utils/wireshark_zip_helper.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)