diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-21 12:15:25 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-21 12:15:25 +0100 |
commit | ee860cbfc74f86ff3b7a9625997048f3357bb221 (patch) | |
tree | ec97a693b81bc12cd8deec57d777943436777d2b /ucb/source | |
parent | 8cb7d461fb1466477a18500bf25d42fad14e83ca (diff) |
gvfs UCP: silence -Werror=deprecated-declarations
Seems to me there's no point to that since GVFS itself is deprecated
anyway.
Change-Id: Ibceba3bbe33a3a37dd088d0f24bfdd4211095589
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/gvfs/gvfs_provider.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/source/ucp/gvfs/gvfs_provider.cxx b/ucb/source/ucp/gvfs/gvfs_provider.cxx index 442468f7dc78..c849b0b17fc8 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 |