diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 18:28:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 14:00:06 +0100 |
commit | 3c63480d3e0f961476df154854a51e50fb536ad4 (patch) | |
tree | 3b262bc8121ffc40aa1b2df75b62fccb1ba32df3 /xmlsecurity/source/xmlsec | |
parent | 872ec271ebc783a97beaed85f8db018c1cda71d5 (diff) |
-Werror,-Wwritable-strings
Change-Id: Iba3e60522acc5ef6ee4b9211c68c7f7317c9c4a9
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/oid.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx index 4521cc317112..94fa4c412558 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx @@ -21,8 +21,8 @@ #define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_MSCRYPT_OID_HXX typedef struct { - char *oid; - char *desc; + char const *oid; + char const *desc; } OIDItem; OIDItem OIDs[] = { |