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 <stephan.bergmann@allotropia.de>
This commit is contained in:
Stephan Bergmann 2024-12-09 10:57:49 +01:00
parent 8f9f04421b
commit 91c636c7f9

View file

@ -936,6 +936,7 @@ bool Signing::Sign(OStringBuffer& rCMSHexBuffer)
{ {
#if !USE_CRYPTO_ANY #if !USE_CRYPTO_ANY
(void)rCMSHexBuffer; (void)rCMSHexBuffer;
(void)m_rSigningContext;
return false; return false;
#else #else
// Create the PKCS#7 object. // Create the PKCS#7 object.