From b8211544ef7f9c020fafb278cf7cf96f645a81ec Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Tue, 22 May 2018 11:28:39 -0400 Subject: Also Fix Appveyor Cast Warning --- lib/lz4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lz4.c b/lib/lz4.c index ecd60fb..05454fc 100644 --- a/lib/lz4.c +++ b/lib/lz4.c @@ -714,7 +714,7 @@ LZ4_FORCE_INLINE int LZ4_compress_generic( cctx->dictSize += (U32)inputSize; } cctx->currentOffset += (U32)inputSize; - cctx->tableType = tableType; + cctx->tableType = (U16)tableType; if (inputSize