Skip to content

Commit

Permalink
libbacktrace: mark test_large parameter unused in ztest.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlancetaylor committed May 13, 2020
1 parent d68a7ac commit 9b7f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9b7f216

Please sign in to comment.