svl/source/crypto/cryptosign.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 91c636c7f9484f650b6c494bf90212c57118f438
Author: Stephan Bergmann <[email protected]>
AuthorDate: Mon Dec 9 10:57:49 2024 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Mon Dec 9 12:16:33 2024 +0100
Silence -Werror,-Wunused-private-field
...with !USE_CRYPTO_ANY (e.g., Android)
Change-Id: I139aceeea085420dd3ec31ced25b66a1671dc7ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178130
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx
index 6a5f08077765..daa668c9e0f4 100644
--- a/svl/source/crypto/cryptosign.cxx
+++ b/svl/source/crypto/cryptosign.cxx
@@ -936,6 +936,7 @@ bool Signing::Sign(OStringBuffer& rCMSHexBuffer)
{
#if !USE_CRYPTO_ANY
(void)rCMSHexBuffer;
+ (void)m_rSigningContext;
return false;
#else
// Create the PKCS#7 object.