From: Yann Collet Date: Tue, 11 Dec 2018 01:36:20 +0000 (-0800) Subject: clarified experimentalParam X-Git-Tag: v1.3.8~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1e01e5f15302cd3aa33905645ce97954028be8;p=thirdparty%2Fzstd.git clarified experimentalParam --- diff --git a/lib/zstd.h b/lib/zstd.h index 0de81f3ac..3e977aa09 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -620,12 +620,13 @@ typedef enum { * ZSTD_c_forceMaxWindow * ZSTD_c_forceAttachDict * Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them. - * note : never ever use experimentalParam? names directly + * note : never ever use experimentalParam? names directly; + * also, the enums values themselves are unstable and can still change. */ ZSTD_c_experimentalParam1=500, ZSTD_c_experimentalParam2=10, ZSTD_c_experimentalParam3=1000, - ZSTD_c_experimentalParam4 + ZSTD_c_experimentalParam4=1001 } ZSTD_cParameter;