diff options
Diffstat (limited to 'src/compression/huffmem.c')
-rw-r--r-- | src/compression/huffmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compression/huffmem.c b/src/compression/huffmem.c index 30ce2a7..d43bc19 100644 --- a/src/compression/huffmem.c +++ b/src/compression/huffmem.c @@ -242,6 +242,7 @@ void Ptngc_comp_huff_compress(unsigned int *vals, int nvals, void Ptngc_comp_huff_decompress(unsigned char *huffman, int huffman_len, unsigned int *vals) { + (void)huffman_len; int isvals16=(int)huffman[0]; unsigned int *vals16=NULL; int algo=(int)huffman[1]; |