From ca220a5f4df760f6f77b8a6c168043d06f11957e Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 30 Jan 2009 04:54:41 +0000 Subject: Fix compiler warnings 2009-01-30 Srinivasa Ragavan * message-list.c: (regen_list_exec): Fix compiler warnings svn path=/trunk/; revision=37183 --- mail/message-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index 7487f12ad2..1b6932cb29 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -42,6 +42,7 @@ #include #include #include +#include #include @@ -4061,7 +4062,7 @@ regen_list_exec (struct _regen_list_msg *m) on the flag whether we can view deleted messages or not. */ if (!was_deleted || (was_deleted && !m->hidedel)) - g_ptr_array_add (uids, camel_pstring_strdup (looking_for)); + g_ptr_array_add (uids, (gpointer) camel_pstring_strdup (looking_for)); } } } -- cgit v1.2.3