summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-11-20 17:47:49 +0200
committerTor Lillqvist <tml@collabora.com>2020-11-20 17:37:27 +0100
commitca5c1435c4c83289cf7572b48584989d3aebbb87 (patch)
tree0f0a6a09b6bd32a2f41894ab55f9ce0c5c323e10 /xmlsecurity
parent411c2f5fdede197e5b8e6d942e3b35e301b1a5e5 (diff)
Avoid unused parameter warning in the !HAVE_FEATURE_PDFIUM case
Change-Id: I218265f0bda7cdfcae523ea386edaec1a9143cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106283 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 caf744299ba6..8bf266d39a35 100644
--- a/xmlsecurity/source/pdfio/pdfdocument.cxx
+++ b/xmlsecurity/source/pdfio/pdfdocument.cxx
@@ -215,6 +215,7 @@ void AnalyizeSignatureStream(SvMemoryStream& rStream, std::vector<PageChecksum>&
#else
(void)rStream;
(void)rPageChecksums;
+ (void)nMDPPerm;
#endif
}