]> git.ipfire.org Git - thirdparty/openssl.git/commit
mkerr: Fix string literal conversion
authorSven Schwermer <sven.schwermer@disruptive-technologies.com>
Thu, 27 May 2021 06:33:08 +0000 (08:33 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 May 2021 12:22:45 +0000 (14:22 +0200)
commit5642882f11b0ca6b026b20775c0cddf4a29bc26c
tree3b7ecd9cdbb64bd15d09bfc3cc888abccbf50f18
parentda5f770ae31e0df17b1b8a143d13fee805d8deb3
mkerr: Fix string literal conversion

This fixes a compiler warning on clang-1205.0.22.9 when compiling the
generated code as C++11:

ISO C++11 does not allow conversion from string literal to 'char *'
[-Wwritable-strings]

CLA: trivial

Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15495)
util/mkerr.pl