Wireshark-commits: [Wireshark-commits] master fb1c42f: umts_fp: fix ... defined but not used [-Werr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Feb 2016 15:20:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb1c42fe41c6a1932ae2b2c0587188e741daddf8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found by gcc6
    
    Change-Id: I5866ea2d6a08a90799882b0c4626d0ed215069a8
    error: ‘fake_lchid_macd_flow’ defined but not used [-Werror=unused-const-variable]
    error: ‘hsdsch_macdflow_id_mac_content_map’ defined but not used [-Werror=unused-const-variable]
    error: ‘hsdsch_macdflow_id_rlc_map’ defined but not used [-Werror=unused-const-variable]
    Reviewed-on: https://code.wireshark.org/review/13871
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3ee826d   tap-iostat: fix logical ‘or’ of equal expressions [-Werror=logical-op] found by gcc6
    adds  fb1c42f   umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found by gcc6


Summary of changes:
 asn1/nbap/packet-nbap-template.h |   28 ----------------------------
 epan/dissectors/packet-nbap.h    |   28 ----------------------------
 epan/dissectors/packet-umts_fp.c |   28 ++++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 56 deletions(-)