mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-04-05 00:49:07 +08:00
libbacktrace: mark test_large parameter unused in ztest.c
This commit is contained in:
2
ztest.c
2
ztest.c
@@ -294,7 +294,7 @@ average_time (const size_t *times, size_t trials)
|
|||||||
/* Test a larger text, if available. */
|
/* Test a larger text, if available. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_large (struct backtrace_state *state)
|
test_large (struct backtrace_state *state ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
unsigned char *orig_buf;
|
unsigned char *orig_buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user