Ignore unused return values from some sk_*() macros
authorMatt Caswell <matt@openssl.org>
Thu, 10 Sep 2020 15:34:17 +0000 (16:34 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:11:57 +0000 (11:11 +0100)
commit225c9660a5a3435d9bcfc9166b9f79f132996249
tree31946bc12bc24f141558a542b79c31a693de2de6
parent89b46350a322f85924d1226f7c149e4e068d0264
Ignore unused return values from some sk_*() macros

Some compilers are very picky about unused return values.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
crypto/ex_data.c
crypto/property/property.c
crypto/x509/v3_addr.c
crypto/x509/x509_vfy.c
crypto/x509/x_name.c
ssl/ssl_ciph.c
test/stack_test.c