bluez/gobex
Luiz Augusto von Dentz c5cab062fc gobex: Fix build on 32 bits systems
GUINT_TO_POINTER does not cast properly in older version of GLib (< 2.31)
causing the following errors:

cc1: warnings being treated as errors
gobex/gobex-apparam.c: In function ‘g_obex_apparam_set_bytes’:
gobex/gobex-apparam.c:176:38: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_uint8’:
gobex/gobex-apparam.c:243:43: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_uint16’:
gobex/gobex-apparam.c:261:43: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_uint32’:
gobex/gobex-apparam.c:282:43: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_uint64’:
gobex/gobex-apparam.c:303:43: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_string’:
gobex/gobex-apparam.c:324:43: error: cast to pointer from integer of
different size
gobex/gobex-apparam.c: In function ‘g_obex_apparam_get_bytes’:
gobex/gobex-apparam.c:342:43: error: cast to pointer from integer of
different size
make[1]: *** [gobex/gobex-apparam.o] Error 1
make: *** [all] Error 2
2012-12-04 22:22:06 +01:00
..
gobex-apparam.c gobex: Fix build on 32 bits systems 2012-12-04 22:22:06 +01:00
gobex-apparam.h gobex: Introduce GObexApparam API 2012-12-04 22:22:06 +01:00
gobex-debug.h gobex: Add debug option to apparam 2012-12-04 22:22:06 +01:00
gobex-defs.c gobex: fix includes of config.h 2012-12-04 22:22:03 +01:00
gobex-defs.h gobex: Premit raw OBEX error codes within G_OBEX_ERROR GError domain 2012-12-04 22:22:02 +01:00
gobex-header.c gobex: Integrate GObexApparam with GObexHeader 2012-12-04 22:22:06 +01:00
gobex-header.h gobex: Integrate GObexApparam with GObexHeader 2012-12-04 22:22:06 +01:00
gobex-packet.c gobex: log packets using G_OBEX_DEBUG_PACKET 2012-12-04 22:22:03 +01:00
gobex-packet.h gobex: remove extra define of G_OBEX_RSP_SUCCESS 2012-12-04 22:22:03 +01:00
gobex-transfer.c gobex: Add callback and userdata parameter to g_obex_cancel_transfer() 2012-12-04 22:22:06 +01:00
gobex.c gobex: Add debug option to apparam 2012-12-04 22:22:06 +01:00
gobex.h gobex: Add callback and userdata parameter to g_obex_cancel_transfer() 2012-12-04 22:22:06 +01:00