Skip to content

Commit

Permalink
fixing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 committed Sep 10, 2024
1 parent e80976a commit 8c63fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zstd/zstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -13454,6 +13454,7 @@ static size_t ZSTD_seqDecompressedSize(seqStore_t const* seqStore, const seqDef*
const seqDef* sp = sstart;
size_t matchLengthSum = 0;
size_t litLengthSum = 0;
(void)litLengthSum;
while (send-sp > 0) {
ZSTD_sequenceLength const seqLen = ZSTD_getSequenceLength(seqStore, sp);
litLengthSum += seqLen.litLength;
Expand Down

0 comments on commit 8c63fe5

Please sign in to comment.