diff options
author | intae, jeon <intae.jeon@samsung.com> | 2016-11-24 15:03:35 +0900 |
---|---|---|
committer | intae jeon <intae.jeon@samsung.com> | 2016-11-30 16:06:26 -0800 |
commit | b7e16c4f63ebfdccb7671b9916de93a7fb740f4d (patch) | |
tree | 189964e07b4a48afa2bd935d1d0bb1fc69b59230 | |
parent | ee0c4458745cae78c3e0e0e2267907b7ebae82b5 (diff) | |
download | email-service-b7e16c4f63ebfdccb7671b9916de93a7fb740f4d.tar.gz email-service-b7e16c4f63ebfdccb7671b9916de93a7fb740f4d.tar.bz2 email-service-b7e16c4f63ebfdccb7671b9916de93a7fb740f4d.zip |
fix build warning
Change-Id: I1749cb0191242c91af312da69fffcb1bda34d020
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
-rwxr-xr-x | email-core/email-core-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |