Wireshark-commits: [Wireshark-commits] master 0a1d1bd: More casting issues with older versions of G
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Aug 2015 17:21:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a1d1bdb37b2b0857a0f237ac18f8998613e7ee0
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0a1d1bd by Gerald Combs (gerald@xxxxxxxxxxxxx):

    More casting issues with older versions of GLib.
    
    Try to fix
    
    packet-btl2cap.c: In function 'btl2cap_cid_value':
    packet-btl2cap.c:425: warning: cast to pointer from integer of different size
    packet-btl2cap.c: In function 'btl2cap_psm_value':
    packet-btl2cap.c:448: warning: cast to pointer from integer of different size
    
    packet-btrfcomm.c: In function 'btrfcomm_directed_channel_value':
    packet-btrfcomm.c:287: warning: cast to pointer from integer of different size
    
    packet-btobex.c: In function 'btobex_profile_value':
    packet-btobex.c:1134: warning: cast to pointer from integer of different size
    
    on the 32-bit OS X builder.
    
    Change-Id: Ieb2fe6c31fdad0cf776c24bada7a6a83e8aa91ec
    Reviewed-on: https://code.wireshark.org/review/9915
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  147ab19   Switch the floats in stat_tap table items to doubles.
    adds  0a1d1bd   More casting issues with older versions of GLib.


Summary of changes:
 epan/dissectors/packet-btl2cap.c  |    4 ++--
 epan/dissectors/packet-btobex.c   |    2 +-
 epan/dissectors/packet-btrfcomm.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)