fixed gcc warning on a switch code path

This commit is contained in:
Yann Collet
2018-02-09 16:16:27 -08:00
parent af48f0b62b
commit 04a3f85ce7
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -760,6 +760,7 @@ static size_t ZSTD_buildSeqTable(FSE_DTable* DTableSpace, const FSE_DTable** DTa
}
default : /* impossible */
assert(0);
return ERROR(GENERIC);
}
}