* fix some compiler warnings (-Wall -Werror)
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 17 Mar 2007 12:36:21 +0000 (12:36 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 17 Mar 2007 12:36:21 +0000 (12:36 +0000)
pmo-trunk-r910

src/modest-mail-operation.c
src/modest-tny-account-store.c

index bfef576..49a6875 100644 (file)
@@ -636,7 +636,7 @@ modest_mail_operation_create_folder (ModestMailOperation *self,
 {
        ModestMailOperationPrivate *priv;
        TnyFolder *new_folder = NULL;
-       TnyStoreAccount *store_account;
+       //TnyStoreAccount *store_account;
 
        g_return_val_if_fail (TNY_IS_FOLDER_STORE (parent), NULL);
        g_return_val_if_fail (name, NULL);
index 2688360..ec4f7ed 100644 (file)
@@ -342,7 +342,7 @@ modest_tny_account_store_finalize (GObject *obj)
        ModestTnyAccountStore *self        = MODEST_TNY_ACCOUNT_STORE(obj);
        ModestTnyAccountStorePrivate *priv = MODEST_TNY_ACCOUNT_STORE_GET_PRIVATE(self);
        
-       gboolean debug = modest_runtime_get_debug_flags() & MODEST_RUNTIME_DEBUG_DEBUG_OBJECTS;
+       //gboolean debug = modest_runtime_get_debug_flags() & MODEST_RUNTIME_DEBUG_DEBUG_OBJECTS;
 
        g_free (priv->cache_dir);
        priv->cache_dir = NULL;