1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Fixed a few clang warnings

This commit is contained in:
Yann Collet
2015-02-01 11:57:30 +01:00
parent b0802817c0
commit aacace37f7
2 changed files with 100 additions and 56 deletions

View File

@ -110,8 +110,7 @@ typedef unsigned long long U64;
#define BIT6 0x40
#define BIT7 0x80
static const unsigned FIO_magicNumber = 0x183E2308;
static const unsigned FIO_maxBlockSizeID = 0xB; /* => 2MB block */
//static const unsigned FIO_maxBlockSizeID = 0xB; /* => 2MB block */
static const unsigned FIO_blockHeaderSize = 3;
#define FIO_FRAMEHEADERSIZE 5 /* as a define, because needed to allocated table on stack */