ZSTD_f_zstd1_magicless
ZSTD_STATIC_ASSERT(ZSTD_f_zstd1 < ZSTD_f_zstd1_magicless);
bounds.upperBound = ZSTD_f_zstd1_magicless; /* note : how to ensure at compile time that this is the highest value enum ? */
assert(dctx->format != ZSTD_f_zstd1_magicless);
bounds.upperBound = (int)ZSTD_f_zstd1_magicless;
ZSTD_STATIC_ASSERT(ZSTD_f_zstd1 < ZSTD_f_zstd1_magicless);
assert( (format == ZSTD_f_zstd1) || (format == ZSTD_f_zstd1_magicless) );
if (srcSize > 0 && format != ZSTD_f_zstd1_magicless) {
if ( (format != ZSTD_f_zstd1_magicless)