Prevent warning on Griffin builds

This commit is contained in:
twinaphex 2021-05-21 21:25:43 +02:00
parent 458d636861
commit 6e4620cebc

2
deps/7zip/LzmaEnc.c vendored
View File

@ -205,6 +205,7 @@ typedef struct
#define kEndPosModelIndex 14
#define kNumFullDistances (1 << (kEndPosModelIndex >> 1))
#ifndef __LZMA_DEC_H
typedef
#ifdef _LZMA_PROB32
UInt32
@ -212,6 +213,7 @@ typedef
UInt16
#endif
CLzmaProb;
#endif
#define LZMA_PB_MAX 4
#define LZMA_LC_MAX 8