Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 49be990: Make Mac OS X buildbot happy (fix index shad

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Mar 2014 15:31:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=49be990fd3ec0faac89b0a0bcda9a3e4562820ab
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Make Mac OS X buildbot happy (fix index shadow variable)
    
    packet-epl.c:2248: warning: declaration of 'index' shadows a global declaration
    packet-epl.c: In function 'dissect_epl_sdo_command_write_multiple_by_index':
    packet-epl.c:2380: warning: declaration of 'index' shadows a global declaration
    packet-epl.c: In function 'dissect_epl_sdo_command_read_by_index':
    packet-epl.c:2489: warning: declaration of 'index' shadows a global declaration
    
    Change-Id: Ib1a1d1d2aa596df558162839e7594b7fd12559a3
    Reviewed-on: https://code.wireshark.org/review/765
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  f5cfcf6   ieee1722a dissector added
    adds  49be990   Make Mac OS X buildbot happy (fix index shadow variable)


Summary of changes:
 epan/dissectors/packet-epl.c |   76 +++++++++++++++++++++---------------------
 1 file changed, 38 insertions(+), 38 deletions(-)