[Libreoffice-commits] core.git: xmlsecurity/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 6 06:47:19 UTC 2020
xmlsecurity/source/pdfio/pdfdocument.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 01e0d6acc448506fc9c5d86680249892df3e5ed5
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Sat Sep 5 21:18:03 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
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 <noel.grandin at collabora.co.uk>
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
}
More information about the Libreoffice-commits
mailing list