Wireshark-commits: [Wireshark-commits] master 3cfd2bf: NGAP: fix compilation with gcc 8.1.1

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2018 16:51:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3cfd2bf0b31f535b40feae8db0ba647690de74d0
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3cfd2bf by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NGAP: fix compilation with gcc 8.1.1
    
    Clean some unused variables while we are at it.
    
    Change-Id: I3b88a99610637a269d059962574cf4cfe2c2ae6f
    Reviewed-on: https://code.wireshark.org/review/28123
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ee88dc8   BT Common: fix dissection of 32 bits and 128 bits UUID
    adds  3cfd2bf   NGAP: fix compilation with gcc 8.1.1


Summary of changes:
 epan/dissectors/asn1/ngap/ngap.cnf               |  23 +-
 epan/dissectors/asn1/ngap/packet-ngap-template.c |  96 +-------
 epan/dissectors/packet-ngap.c                    | 283 ++++++++---------------
 3 files changed, 112 insertions(+), 290 deletions(-)