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
1 changed files with 3 additions and 0 deletions

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