e85c913a73
- Use stricter build settings. - Add patch for Gnome.org bug #360240 ("unused variable" warnings). - Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings). - Add patch for Gnome.org bug #362638 (deprecate EThread). - Remove patch for RH bug #198935 (fixed upstream). - Remove patch for RH bug #205187 (fixed upstream). - Remove patch for Gnome.org bug #353478 (fixed upstream). - Remove patch for Gnome.org bug #356828 (fixed upstream). - Remove patch for Gnome.org bug #357666 (fixed upstream).
29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
--- evolution-data-server-1.8.1/camel/providers/groupwise/camel-groupwise-folder.c.warn-unused-variable 2006-09-02 02:36:55.000000000 -0400
|
|
+++ evolution-data-server-1.8.1/camel/providers/groupwise/camel-groupwise-folder.c 2006-10-08 22:09:18.000000000 -0400
|
|
@@ -1137,7 +1137,6 @@
|
|
CamelGroupwiseFolder *gw_folder = CAMEL_GROUPWISE_FOLDER(folder);
|
|
CamelGroupwiseStorePrivate *priv = gw_store->priv;
|
|
EGwConnection *cnc = cnc_lookup (priv);
|
|
- GSList *attach_list = NULL;
|
|
guint32 item_status, status_flags = 0;
|
|
CamelFolderChangeInfo *changes = NULL;
|
|
gboolean exists = FALSE;
|
|
@@ -1369,7 +1368,6 @@
|
|
{
|
|
CamelGroupwiseMessageInfo *mi = NULL;
|
|
CamelGroupwiseStore *gw_store = CAMEL_GROUPWISE_STORE (folder->parent_store);
|
|
- GSList *attach_list = NULL;
|
|
guint32 item_status, status_flags = 0;
|
|
CamelFolderChangeInfo *changes = NULL;
|
|
gboolean exists = FALSE;
|
|
--- evolution-data-server-1.8.1/camel/camel-stream-vfs.c.warn-unused-variable 2006-09-02 02:36:54.000000000 -0400
|
|
+++ evolution-data-server-1.8.1/camel/camel-stream-vfs.c 2006-10-08 22:09:18.000000000 -0400
|
|
@@ -121,7 +121,6 @@
|
|
{
|
|
CamelStreamVFS *stream_vfs;
|
|
off_t offset;
|
|
- GnomeVFSResult result;
|
|
|
|
if (!handle)
|
|
return NULL;
|