Wireshark-commits: [Wireshark-commits] master ca6f849: IP: try to fix OSX 10.5 x86 compilation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Dec 2014 10:44:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca6f84916f089a7c04dd13dbc6f90a17a6e049b4
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ca6f849 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    IP: try to fix OSX 10.5 x86 compilation
    
    packet-ip.c: In function 'dissect_ip':
    packet-ip.c:2297: warning: 'cur_rt' may be used uninitialized in this function
    packet-ip.c:2297: note: 'cur_rt' was declared here
    
    Change-Id: I97fe33d2a01e982f057cce6d68f64378727be2da
    Reviewed-on: https://code.wireshark.org/review/6073
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  4536271   Don't use a leading - in getopt_long() option strings.
    adds  ca6f849   IP: try to fix OSX 10.5 x86 compilation


Summary of changes:
 epan/dissectors/packet-ip.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)