mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
libbacktrace: mark test_large parameter unused in ztest.c
libbacktrace/ * ztest.c (test_large): Mark state ATTRIBUTE_UNUSED.
This commit is contained in:
parent
702adbb2ff
commit
d2ec278682
@ -1,3 +1,7 @@
|
||||
2020-05-13 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
* ztest.c (test_large): Mark state ATTRIBUTE_UNUSED.
|
||||
|
||||
2020-05-13 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
PR go/95061
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user