[Libreoffice-commits] core.git: sal/rtl

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 31 12:28:11 UTC 2018


 sal/rtl/cipher.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 239e65474fe03dd2f9c6ca7e9ccc4554c20297b1
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Aug 31 12:12:05 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Aug 31 14:27:38 2018 +0200

    -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: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sal/rtl/cipher.cxx b/sal/rtl/cipher.cxx
index 3041d865b7b0..df0631b928d7 100644
--- a/sal/rtl/cipher.cxx
+++ b/sal/rtl/cipher.cxx
@@ -715,6 +715,7 @@ static rtlCipherError BF_update(
     /* Update. */
 #if defined LIBO_CIPHER_OPENSSL_BACKEND
     assert(eMode == rtl_Cipher_ModeStream);
+    (void) eMode;
     (void) eDirection;
     while (nDatLen > std::numeric_limits<int>::max()) {
         int outl;


More information about the Libreoffice-commits mailing list