Skip to content

Commit 9b7f216

Browse files
libbacktrace: mark test_large parameter unused in ztest.c
1 parent d68a7ac commit 9b7f216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ztest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ average_time (const size_t *times, size_t trials)
294294
/* Test a larger text, if available. */
295295

296296
static void
297-
test_large (struct backtrace_state *state)
297+
test_large (struct backtrace_state *state ATTRIBUTE_UNUSED)
298298
{
299299
#ifdef HAVE_ZLIB
300300
unsigned char *orig_buf;

0 commit comments

Comments
 (0)