mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
make init_cLevel(...) static
This commit is contained in:
@@ -469,7 +469,7 @@ static void printVersion(void)
|
|||||||
#define ENV_CLEVEL "ZSTD_CLEVEL"
|
#define ENV_CLEVEL "ZSTD_CLEVEL"
|
||||||
|
|
||||||
/* functions that pick up environment variables */
|
/* functions that pick up environment variables */
|
||||||
int init_cLevel(void) {
|
static int init_cLevel(void) {
|
||||||
const char* const env = getenv(ENV_CLEVEL);
|
const char* const env = getenv(ENV_CLEVEL);
|
||||||
if (env) {
|
if (env) {
|
||||||
const char *ptr = env;
|
const char *ptr = env;
|
||||||
|
Reference in New Issue
Block a user