summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-06-29 10:18:58 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-29 10:18:58 +0200
commitcb000556d49ba4a9bdf7d9fb4d05069291a41665 (patch)
tree2a2f80c054aea4c9d8fbb5d7dfa24e3590c455ca /xmlsecurity
parentec35d2b0b9be787cbc0916d14b87c15d1d18943b (diff)
xmlsecurity: fix -Werror,-Wunused-parameter (!HAVE_FEATURE_GPGME case)
Change-Id: I3c10b9eca3efb90a8f0e4c35bd71512f321a05fd
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/xsec_xmlsec.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx b/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
index 038af38f6726..aeee89391c01 100644
--- a/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
+++ b/xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
@@ -50,6 +50,8 @@ SAL_DLLPUBLIC_EXPORT void* xsec_xmlsec_component_getFactory( const sal_Char* pIm
{
xFactory = SEInitializerGpg::impl_createFactory( static_cast< XMultiServiceFactory* >( pServiceManager ) ) ;
}
+#else
+ (void)pServiceManager;
#endif
}