mirror of
https://git.tukaani.org/xz.git
synced 2025-02-21 07:58:27 +00:00
Tests: Fix a warning in test_memlimit.c when decoders are disabled.
This commit is contained in:
parent
b5f8271b45
commit
82fcb7cfc1
@ -20,7 +20,10 @@
|
||||
|
||||
static uint8_t *in;
|
||||
static size_t in_size;
|
||||
|
||||
#ifdef HAVE_DECODERS
|
||||
static uint8_t out[8192];
|
||||
#endif
|
||||
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user