mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
fixed ISO C incompatibility
This commit is contained in:
parent
1d5e9705db
commit
4f41631aa4
@ -2764,7 +2764,7 @@ ZSTD_buildSequencesStatistics(
|
||||
const BYTE* const ofCodeTable = seqStorePtr->ofCode;
|
||||
const BYTE* const llCodeTable = seqStorePtr->llCode;
|
||||
const BYTE* const mlCodeTable = seqStorePtr->mlCode;
|
||||
ZSTD_symbolEncodingTypeStats_t stats = {};
|
||||
ZSTD_symbolEncodingTypeStats_t stats;
|
||||
|
||||
stats.lastCountSize = 0;
|
||||
/* convert length/distances into codes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user