URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6937bb521ec9a81573efa89ed497cab4d6763fcf
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6937bb5 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
mpeg(dsmcc): Fix Dead Store
Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: Iea244eac276f6e37590b04cfbb53c3d7c802c7ae
Reviewed-on: https://code.wireshark.org/review/34320
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anthony Crawford <anthony.r.crawford@xxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 7519c07 WSUG: Update Control Protocol dissection chapter
add 6937bb5 mpeg(dsmcc): Fix Dead Store
Summary of changes:
epan/dissectors/packet-mpeg-dsmcc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)