Fix build error on aarch64 24/65424/1 accepted/tizen/common/20160412.130908 accepted/tizen/ivi/20160412.063923 accepted/tizen/mobile/20160412.063908 accepted/tizen/wearable/20160412.063921 submit/tizen/20160412.013706
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 11 Apr 2016 02:29:54 +0000 (11:29 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 11 Apr 2016 02:29:54 +0000 (11:29 +0900)
Change-Id: I969fb2e0a7de6d50f4158081090a67319d5ff58d
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
src/mm_radio_priv.c
src/mm_radio_priv_emulator.c

index b2fc1d2..17a30a3 100755 (executable)
@@ -609,8 +609,7 @@ int _mmradio_set_message_callback(mm_radio_t *radio, MMMessageCallback callback,
        radio->msg_cb = callback;
        radio->msg_cb_param = user_param;
 
-       MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n",
-               (unsigned int)callback, (unsigned int)user_param);
+       MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", callback, user_param);
 
        MMRADIO_LOG_FLEAVE();
 
index 1c2c876..39d083f 100644 (file)
@@ -569,7 +569,7 @@ int _mmradio_set_message_callback(mm_radio_t * radio, MMMessageCallback callback
        radio->msg_cb = callback;
        radio->msg_cb_param = user_param;
 
-       MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", (unsigned int)callback, (unsigned int)user_param);
+       MMRADIO_LOG_DEBUG("msg_cb : 0x%x msg_cb_param : 0x%x\n", callback, user_param);
 
        MMRADIO_LOG_FLEAVE();