Wireshark-commits: [Wireshark-commits] master 8b230ea: Fix make distcheck buildbot
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Jun 2015 14:53:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b230eabddf11becf4ae895fba17f43a3415716e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Fix make distcheck buildbot
    
    packet-dnp.c:2735:28: error: variable 'al_filename' set but not used [-Werror=unused-but-set-variable]
    packet-dnp.c:1843:32: error: variable 'al_filename_offs' set but not used [-Werror=unused-but-set-variable]
    
    Change-Id: Ia84b270aa8f56fb4104fb875339dc3d39c6105c6
    Reviewed-on: https://code.wireshark.org/review/9020
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c0f5b23   [pcep] (benign) Use ENC_BIG_ENDIAN (not ENC_NA) for certain multibyte fields.
    adds  8b230ea   Fix make distcheck buildbot


Summary of changes:
 epan/dissectors/packet-dnp.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)