Wireshark-commits: [Wireshark-commits] master fe05383: Fix Dead Store (Dead assignement/Dead increm

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 May 2014 20:28:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe053839f07c3fb1a9fc3cd8e729f52b3823bcc4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    
    Change-Id: I9bf53014d90857b7d71efbb09b5ceb708b3df6ca
    Reviewed-on: https://code.wireshark.org/review/1683
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5235dc6   Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce and destination ports.
    adds  fe05383   Fix Dead Store (Dead assignement/Dead increment) warning found by Clang


Summary of changes:
 epan/dissectors/packet-dis.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)