Wireshark-commits: [Wireshark-commits] master efb6fa1: AMP: Remove a self-assignment.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 Oct 2019 17:16:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efb6fa1e03516aeb25184c766d047b6c55590844
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

efb6fa1 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    AMP: Remove a self-assignment.
    
    Fix
    
    ../epan/dissectors/packet-amp.c:411:11: error: explicitly assigning value of variable of type 'packet_info *' (aka 'struct _packet_info *') to itself [-Werror,-Wself-assign]
        pinfo = pinfo;
        ~~~~~ ^ ~~~~~
    
    Change-Id: I8c8b03672d5aaae65b23449c35c150ee8ee0dae6
    Reviewed-on: https://code.wireshark.org/review/34711
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e7f5ba6   Qt: Do not redissect packets before sorting
     add  efb6fa1   AMP: Remove a self-assignment.


Summary of changes:
 epan/dissectors/packet-amp.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)