summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-09-05 21:18:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-06 08:46:36 +0200
commit01e0d6acc448506fc9c5d86680249892df3e5ed5 (patch)
tree3faf74ccb8322396ba650d4ad47caa90ba6ac3ae /xmlsecurity
parent4f76b5e6fdd41d7d7a5302b4e9ea991236c9fdce (diff)
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@collabora.co.uk>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/pdfio/pdfdocument.cxx1
1 files changed, 1 insertions, 0 deletions
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
}