]> eyrie.org Git - kerberos/krb5-strength.git/commit
Avoid Clang warnings in util/xmalloc.c
authorRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:23:27 +0000 (13:23 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:23:27 +0000 (13:23 -0800)
commit7f63902acd98302df37346e35444f11aa38cdd03
tree6c4ffb5ff9e9b04c147c6f8f1eac72edd1800a53
parentbae2c87146e4cbbaf10697482c832f23134fc829
Avoid Clang warnings in util/xmalloc.c

The preprocessor code to suppress false positive GCC warnings needs
to be wrapped in a conditional since Clang doesn't understand that
warning flag.
util/xmalloc.c