From b7e16c4f63ebfdccb7671b9916de93a7fb740f4d Mon Sep 17 00:00:00 2001 From: "intae, jeon" Date: Thu, 24 Nov 2016 15:03:35 +0900 Subject: [PATCH] fix build warning Change-Id: I1749cb0191242c91af312da69fffcb1bda34d020 Signed-off-by: intae, jeon --- email-core/email-core-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email-core/email-core-utils.c b/email-core/email-core-utils.c index 71b280c..845df27 100755 --- a/email-core/email-core-utils.c +++ b/email-core/email-core-utils.c @@ -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; -- 2.7.4