fixed gcc warning on a switch code path
This commit is contained in:
@@ -760,6 +760,7 @@ static size_t ZSTD_buildSeqTable(FSE_DTable* DTableSpace, const FSE_DTable** DTa
|
||||
}
|
||||
default : /* impossible */
|
||||
assert(0);
|
||||
return ERROR(GENERIC);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user