diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 18:18:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 14:00:05 +0100 |
commit | 24065e8f8c3f2d38d013d753a9e09d5fc5ffd6db (patch) | |
tree | e0ba13805a5c7c195154e886a7e5033d67365b7a /xmlsecurity | |
parent | 09d4fe3275d089e7200b67bacaf415ed9aa249c7 (diff) |
-Werror,-Wwritable-strings
Change-Id: I396b617ea844c63f4e85ff4e26dd8a631281815b
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx index 7c99df8b4813..04d16caea148 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx @@ -57,7 +57,7 @@ extern X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cer struct CertErrorToString{ DWORD error; - char * name; + char const * name; }; CertErrorToString arErrStrings[] = |