Change-Id: Idee437e54290eb785776578d1a76e53a10e5ac54
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
BT_ERR("OUT_OF_MEMORY(0x%08x)", BT_ERROR_OUT_OF_MEMORY);
return BT_ERROR_OUT_OF_MEMORY;
}
+
+/* Need to fix the build error in x64 bit
+[ 340s] /home/abuild/rpmbuild/BUILD/capi-network-bluetooth-0.1.52/src/bluetooth-adapter.c:1157:18: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
+[ 340s] __adv->handle = (int)__adv;
+*/
+
+#if 0
__adv->handle = (int)__adv;
+#endif
*advertiser = (bt_advertiser_h)__adv;