From 239e65474fe03dd2f9c6ca7e9ccc4554c20297b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 31 Aug 2018 12:12:05 +0200 Subject: -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 --- sal/rtl/cipher.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal') 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::max()) { int outl; -- cgit