libbacktrace: mark test_large parameter unused in ztest.c

This commit is contained in:
Ian Lance Taylor
2020-05-13 11:09:53 -07:00
parent d68a7ac6dd
commit 9b7f216e86

View File

@@ -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;