sal/rtl/cipher.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 239e65474fe03dd2f9c6ca7e9ccc4554c20297b1 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Aug 31 12:12:05 2018 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits