diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-09 13:46:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-11 09:30:32 +0200 |
commit | 4e1a5d693e408db170ccf4c84b49017056f289fa (patch) | |
tree | ca264f8700697ce642ff1ce0ef22aa5ce3a64602 /ucb/source/ucp | |
parent | 2709d6bcf248a072abdc6e219466727f52dc159b (diff) |
upgrade to libcmis 0.6.0
Change-Id: Ia22d2efca14b1f55f45a4ecb9c487591c3117e17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157704
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/cmis/auth_provider.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.hxx b/ucb/source/ucp/cmis/auth_provider.hxx index 1768c12173f0..af1a420c26f2 100644 --- a/ucb/source/ucp/cmis/auth_provider.hxx +++ b/ucb/source/ucp/cmis/auth_provider.hxx @@ -8,15 +8,7 @@ */ #pragma once -#if defined __GNUC__ && !defined __clang__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wdeprecated" -#pragma GCC diagnostic ignored "-Wunused-but-set-parameter" -#endif #include <libcmis/libcmis.hxx> -#if defined __GNUC__ && !defined __clang__ -#pragma GCC diagnostic pop -#endif #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <cppuhelper/weakref.hxx> |