Changeset 3747

Show
Ignore:
Timestamp:
08/28/08 09:36:54
Author:
pvanhoof
Message:

Compiler warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/tny-camel-pop-store-account.c

    r3711 r3747  
    100100                priv->managed_folders = g_list_remove_all (priv->managed_folders, folder); 
    101101                g_static_rec_mutex_unlock (priv->factory_lock); 
    102                 if (ppriv->inbox == folder) { 
     102                if (((GObject *) ppriv->inbox) == folder) { 
    103103                        ppriv->inbox = NULL; 
    104104                } 
  • trunk/libtinymail/tny-status.c

    r3666 r3747  
    321321 
    322322static gpointer 
    323 tny_status_code_register_type (void) 
     323tny_status_code_register_type (gpointer notused) 
    324324{ 
    325325  GType etype = 0;