diff options
author | intae, jeon <intae.jeon@samsung.com> | 2016-11-24 15:03:35 +0900 |
---|---|---|
committer | intae jeon <intae.jeon@samsung.com> | 2016-12-01 15:23:17 -0800 |
commit | b4a55592b4ef79dd70e8f5b60df9f8edce83425d (patch) | |
tree | 31dc882870391727bcba41761fd5ffcf9a4b387a | |
parent | 8bac706046f1d8f02aaab633ad22c3e5e1b71896 (diff) | |
download | email-service-b4a55592b4ef79dd70e8f5b60df9f8edce83425d.tar.gz email-service-b4a55592b4ef79dd70e8f5b60df9f8edce83425d.tar.bz2 email-service-b4a55592b4ef79dd70e8f5b60df9f8edce83425d.zip |
fix build warning
Change-Id: I1749cb0191242c91af312da69fffcb1bda34d020
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
(cherry picked from commit b7e16c4f63ebfdccb7671b9916de93a7fb740f4d)
-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; |