diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/cipher.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |