Wireshark-commits: [Wireshark-commits] master 267e169: try to silence the OS X builbots by renaming
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Apr 2015 11:55:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=267e169252f265eb1e6656c7c85563038d08d406
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

267e169 by Martin Kaiser (wireshark@xxxxxxxxx):

    try to silence the OS X builbots by renaming index to idx
    
    mp2t.c: In function 'mp2t_find_next_pcr':
    mp2t.c:160: warning: declaration of 'index' shadows a global declaration
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/include/string.h:125:
    warning: shadowed declaration is here
    mp2t.c: In function 'mp2t_bits_per_second':
    mp2t.c:208: warning: declaration of 'index' shadows a global declaration
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/include/string.h:125:
    warning: shadowed declaration is here
    
    Change-Id: Ia8591990409a0730d913c50d80b6950425a22052
    Reviewed-on: https://code.wireshark.org/review/7905
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  66c4c14   we may see an empty option string in output_fields_set_option()
    adds  267e169   try to silence the OS X builbots by renaming index to idx


Summary of changes:
 wiretap/mp2t.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)