Wireshark-commits: [Wireshark-commits] master 2a0a29c: rtps: Fix Dead Store

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Jun 2020 15:23:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a0a29c5442de777ec68dbb48cab534d71921649
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    rtps: Fix Dead Store
    
    Fix dead store (Dead assignement/Dead increment) Warning found by Clang
    
    Change-Id: Ieda68cc1518325c64c8862a77f16cee5de7def8b
    Reviewed-on: https://code.wireshark.org/review/37519
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d96e72e   pcapng: add support for new Enhanced Packet Block options
     add  2a0a29c   rtps: Fix Dead Store


Summary of changes:
 epan/dissectors/packet-rtps.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)