ucb/source/ucp/gvfs/gvfs_provider.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit ab348caae9f770f92fb72c4bcefe46c4e6a28774 Author: Michael Stahl <mst...@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: Eike Rathke <er...@redhat.com> (cherry picked from commit 5eea2a12e6a1048df66a9f607ca4d7087c8fb0c1) Signed-off-by: Eike Rathke <er...@redhat.com> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits