Commit 9b7f216e by Ian Lance Taylor

libbacktrace: mark test_large parameter unused in ztest.c

parent d68a7ac6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment