xmlsecurity/source/helper/pdfsignaturehelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5100a06c15ee8d66dc88f58523a35014988fd9fe
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Oct 21 10:22:39 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Oct 21 13:24:00 2020 +0200

    Avoid unused parameter 'nMDPPerm'
    
    Change-Id: I3ae13c66d76a61e197f214b2ffa8299de89a7a53
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104612
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx 
b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
index a1dde44aaeb7..6864c715cb86 100644
--- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
@@ -285,6 +285,7 @@ bool IsValidSignature(SvStream& rStream, 
vcl::filter::PDFObjectElement* pSignatu
     return aSignedPages == aAllPages;
 #else
     (void)rStream;
+    (void)nMDPPerm;
     return true;
 #endif
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to