Wireshark-commits: [Wireshark-commits] master c8ca0ae: Try to fix casting issues with older version

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Aug 2015 16:15:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c8ca0ae67fcacbb4e5fbaa5744606df73697e750
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c8ca0ae by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to fix casting issues with older versions of GLib.
    
    Try to fix
    
    packet-btatt.c: In function 'btatt_handle_value':
    packet-btatt.c:1420: warning: cast to pointer from integer of different size
    packet-btatt.c: In function 'btatt_uuid16_value':
    packet-btatt.c:1443: warning: cast to pointer from integer of different size
    
    on the 32-bit OS X builder.
    
    Change-Id: I02884c02e7f7f5f7b50da122127fa96c41c3603a
    Reviewed-on: https://code.wireshark.org/review/9913
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  7171ee5   [ieee80211] Rework QoS Capability and QoS info code.
    adds  c8ca0ae   Try to fix casting issues with older versions of GLib.


Summary of changes:
 epan/dissectors/packet-btatt.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)