[evolution-data-server] Bug #624891 - Various compiler warnings in git/master



commit 859478038920efa047d9d74649bac685ac88375d
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jul 22 11:11:44 2010 +0200

    Bug #624891 - Various compiler warnings in git/master

 .../backends/groupwise/e-cal-backend-groupwise.c   |    2 --
 camel/camel-vee-folder.c                           |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c
index c471cf4..ca43e16 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c
@@ -2251,8 +2251,6 @@ e_cal_backend_groupwise_remove_object (ECalBackendSync *backend, EDataCal *cal,
 			GSList *l, *comp_list = e_cal_backend_store_get_components_by_uid (priv->store, uid);
 
 			if (e_cal_component_has_attendees (E_CAL_COMPONENT (comp_list->data))) {
-				EGwConnectionStatus status;
-
 				/* get recurrence key and send it to
 				 * e_gw_connection_remove_recurrence_item */
 
diff --git a/camel/camel-vee-folder.c b/camel/camel-vee-folder.c
index 0ff7431..e50e7d6 100644
--- a/camel/camel-vee-folder.c
+++ b/camel/camel-vee-folder.c
@@ -1609,7 +1609,7 @@ vee_folder_rebuild_folder (CamelVeeFolder *vee_folder,
                            CamelFolder *source,
                            GError **error)
 {
-	GPtrArray *match, *all;
+	GPtrArray *match = NULL, *all;
 	GHashTable *allhash, *matchhash, *fullhash;
 	GSList *del_list = NULL;
 	CamelFolder *folder = (CamelFolder *)vee_folder;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]