Kaydet (Commit) 239e6547 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-parameter

(--disable-assert-always-abort --enable-cipher-openssl-backend)

Change-Id: I0cf10fd6c788432a3312048cbde31ccc6f8fcbad
Reviewed-on: https://gerrit.libreoffice.org/59860
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 98ad9ec1
...@@ -715,6 +715,7 @@ static rtlCipherError BF_update( ...@@ -715,6 +715,7 @@ static rtlCipherError BF_update(
/* Update. */ /* Update. */
#if defined LIBO_CIPHER_OPENSSL_BACKEND #if defined LIBO_CIPHER_OPENSSL_BACKEND
assert(eMode == rtl_Cipher_ModeStream); assert(eMode == rtl_Cipher_ModeStream);
(void) eMode;
(void) eDirection; (void) eDirection;
while (nDatLen > std::numeric_limits<int>::max()) { while (nDatLen > std::numeric_limits<int>::max()) {
int outl; int outl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment