xmlsecurity/source/pdfio/pdfdocument.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 01e0d6acc448506fc9c5d86680249892df3e5ed5
Author:     Noel Grandin <[email protected]>
AuthorDate: Sat Sep 5 21:18:03 2020 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Sun Sep 6 08:46:36 2020 +0200

    fix non-pdfium build
    
    Change-Id: I996164480d75ca3739942f6a1c06bbb4a1c400d2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102085
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/xmlsecurity/source/pdfio/pdfdocument.cxx 
b/xmlsecurity/source/pdfio/pdfdocument.cxx
index c132d02cc2b0..e7a25d821b9a 100644
--- a/xmlsecurity/source/pdfio/pdfdocument.cxx
+++ b/xmlsecurity/source/pdfio/pdfdocument.cxx
@@ -160,6 +160,7 @@ void AnalyizeSignatureStream(SvMemoryStream& rStream, 
std::vector<BitmapChecksum
     }
 #else
     (void)rStream;
+    (void)rPageChecksums;
 #endif
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to