mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
The value of 'num_failed_inner' isn't ever used. Fixes this error with Clang 15: ``` test/testutil/driver.c:341:17: error: variable 'num_failed_inner' set but not used [-Werror,-Wunused-but-set-variable] int num_failed_inner = 0; ^ 1 error generated. ``` Signed-off-by: Sam James <sam@gentoo.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19450) |
||
---|---|---|
.. | ||
apps_shims.c | ||
basic_output.c | ||
cb.c | ||
driver.c | ||
fake_random.c | ||
format_output.c | ||
load.c | ||
main.c | ||
options.c | ||
output.c | ||
output.h | ||
provider.c | ||
random.c | ||
stanza.c | ||
test_cleanup.c | ||
test_options.c | ||
tests.c | ||
testutil_init.c | ||
tu_local.h |