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