summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-18 14:09:04 +0300
committerTor Lillqvist <tml@collabora.com>2020-09-19 08:28:02 +0200
commitea7fcc19fd22c655755b11033390a2005496d8fe (patch)
tree0ca1896a725559f778d09f4d5507131be7c24dcb /xmlsecurity
parent094c61447aa30a968592a84e3090f86aa797f88d (diff)
Avoid unused parameter 'rPageChecksums' in the !HAVE_FEATURE_PDFIUM case
Change-Id: I9fa471d9f464f6754f34d0879a1ef90515f18625 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103026 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
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 557180071a2c..ed7111faa7ae 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
}