Move mingw tests from appveyor to github actions (#2838)

This commit is contained in:
binhdvo
2021-11-02 13:17:55 -04:00
committed by GitHub
parent 04734ee84a
commit b399b47467
4 changed files with 91 additions and 41 deletions
+1
View File
@@ -132,6 +132,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); /* suppress unused variable warning on some environments */
while (send-sp > 0) {
ZSTD_sequenceLength const seqLen = ZSTD_getSequenceLength(seqStore, sp);
litLengthSum += seqLen.litLength;