From 9a81c6933b829e511c3c61e2ae4205c04e577e4b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 31 Aug 2017 12:12:05 +0200 Subject: loplugin:constparams: xmlsecurity (clang-cl) Change-Id: If79b5c1bfdecc8e40247e9f1b2ba314f06ebbe84 --- xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx index 35b3835a2afe..7fcc699b8a25 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx @@ -492,7 +492,7 @@ X509Certificate_MSCryptImpl* X509Certificate_MSCryptImpl::getImplementation( con return nullptr ; } -OUString findOIDDescription(char *oid) +OUString findOIDDescription(char const *oid) { OUString ouOID = OUString::createFromAscii( oid ); for (int i=0; i