[Libreoffice-commits] .: ucb/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 21 03:17:17 PST 2013


 ucb/source/ucp/gvfs/gvfs_provider.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ee860cbfc74f86ff3b7a9625997048f3357bb221
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jan 21 12:15:25 2013 +0100

    gvfs UCP: silence -Werror=deprecated-declarations
    
    Seems to me there's no point to that since GVFS itself is deprecated
    anyway.
    
    Change-Id: Ibceba3bbe33a3a37dd088d0f24bfdd4211095589

diff --git a/ucb/source/ucp/gvfs/gvfs_provider.cxx b/ucb/source/ucp/gvfs/gvfs_provider.cxx
index 442468f..c849b0b 100644
--- a/ucb/source/ucp/gvfs/gvfs_provider.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_provider.cxx
@@ -142,8 +142,10 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpgvfs1_component_getFactory( c
         osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() );
         if (!gnome_vfs_initialized ())
             gnome_vfs_init ();
+        SAL_WNODEPRECATED_DECLARATIONS_PUSH
         if (!auth_queue)
             auth_queue = g_private_new( auth_queue_destroy );
+        SAL_WNODEPRECATED_DECLARATIONS_POP
     }
 
     uno::Reference< lang::XMultiServiceFactory > xSMgr


More information about the Libreoffice-commits mailing list