[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - ucb/source

Michael Stahl mstahl at redhat.com
Thu Mar 14 04:41:49 PDT 2013


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

New commits:
commit 10253a3d6b452e7043519949948fc65efe6914e0
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
    (cherry picked from commit ee860cbfc74f86ff3b7a9625997048f3357bb221)
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/ucb/source/ucp/gvfs/gvfs_provider.cxx b/ucb/source/ucp/gvfs/gvfs_provider.cxx
index cb4f3ae..9df3964 100644
--- a/ucb/source/ucp/gvfs/gvfs_provider.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_provider.cxx
@@ -150,8 +150,10 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_
         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