fixed fall-through
This commit is contained in:
@@ -303,6 +303,7 @@ ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter param)
|
|||||||
#else
|
#else
|
||||||
bounds.upperBound = 0;
|
bounds.upperBound = 0;
|
||||||
#endif
|
#endif
|
||||||
|
return bounds;
|
||||||
|
|
||||||
case ZSTD_p_overlapSizeLog:
|
case ZSTD_p_overlapSizeLog:
|
||||||
bounds.lowerBound = ZSTD_OVERLAPLOG_MIN;
|
bounds.lowerBound = ZSTD_OVERLAPLOG_MIN;
|
||||||
|
|||||||
Reference in New Issue
Block a user