Wireshark-commits: [Wireshark-commits] master 49be990: Make Mac OS X buildbot happy (fix index shad
      
      
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(-)