Wireshark-commits: [Wireshark-commits] master 41ef2b0: idl2wrs (DCERPC): fix some warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Oct 2014 08:05:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41ef2b01cdacb3c2497906429de8ff3bd519fd4e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    idl2wrs (DCERPC): fix some warning
    
    * Fix -Wmissing-prototypes in
    * Fix unused variable for drusapi (using _U_)
    
    Need to fix indent and some unused function/variable to remove from DIRTY list
    
    Change-Id: Ib6f325f0b54e2eb254ec38a41199b4b60a4d90a1
    Reviewed-on: https://code.wireshark.org/review/4398
    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  214b127   GIF: add a missing hf registration
    adds  41ef2b0   idl2wrs (DCERPC): fix some warning


Summary of changes:
 .../dcerpc/budb/packet-dcerpc-budb-template.c      |    3 +
 .../dcerpc/butc/packet-dcerpc-butc-template.c      |    3 +
 .../drsuapi/packet-dcerpc-drsuapi-template.c       |    3 +
 epan/dissectors/dcerpc/idl2wrs.c                   |    6 +-
 epan/dissectors/packet-dcerpc-budb.c               |   28 +-
 epan/dissectors/packet-dcerpc-butc.c               |  332 ++++++++++----------
 epan/dissectors/packet-dcerpc-drsuapi.c            |  121 +++----
 7 files changed, 254 insertions(+), 242 deletions(-)