fix build warning 80/99780/5
authorintae, jeon <intae.jeon@samsung.com>
Thu, 24 Nov 2016 06:03:35 +0000 (15:03 +0900)
committerintae jeon <intae.jeon@samsung.com>
Thu, 1 Dec 2016 00:06:26 +0000 (16:06 -0800)
Change-Id: I1749cb0191242c91af312da69fffcb1bda34d020
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
email-core/email-core-utils.c

index 71b280c..845df27 100755 (executable)
@@ -1993,7 +1993,7 @@ INTERNAL_FUNC int emcore_add_notification_for_send(char *multi_user_name, int ac
                }
 
                if (sending_error == EMAIL_ERROR_NONE) {
-                       g_timeout_add_seconds(3, __on_timer_delete_notification, private_id);
+                       g_timeout_add_seconds(3, __on_timer_delete_notification, (gpointer)private_id);
                }
 
                break;