mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: Fix a warning in test_memlimit.c when decoders are disabled.
This commit is contained in:
parent
b5f8271b45
commit
82fcb7cfc1
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue