xmlsecurity/source/pdfio/pdfdocument.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit ca5c1435c4c83289cf7572b48584989d3aebbb87 Author: Tor Lillqvist <[email protected]> AuthorDate: Fri Nov 20 17:47:49 2020 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Nov 20 17:37:27 2020 +0100 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> 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 } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
