1
0
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:
Lasse Collin 2022-10-19 17:14:57 +03:00
parent b5f8271b45
commit 82fcb7cfc1

View File

@ -20,7 +20,10 @@
static uint8_t *in;
static size_t in_size;
#ifdef HAVE_DECODERS
static uint8_t out[8192];
#endif
static void