From 9b7f216e867916594d81e8b6118f092ac3fcf704 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 May 2020 11:09:53 -0700 Subject: [PATCH] libbacktrace: mark test_large parameter unused in ztest.c --- ztest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztest.c b/ztest.c index 2663c90..3947670 100644 --- a/ztest.c +++ b/ztest.c @@ -294,7 +294,7 @@ average_time (const size_t *times, size_t trials) /* Test a larger text, if available. */ static void -test_large (struct backtrace_state *state) +test_large (struct backtrace_state *state ATTRIBUTE_UNUSED) { #ifdef HAVE_ZLIB unsigned char *orig_buf;