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:
parent
8f9f04421b
commit
91c636c7f9
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue