Commit 3b40a016 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix build

parent 77f49d0d
......@@ -402,7 +402,7 @@ i_mode(void)
/*
* strict jemalloc checking
*/
AZ(putenv("MALLOC_CONF=abort:true,redzone:true,junk:true"));
AZ(putenv((char *)"MALLOC_CONF=abort:true,redzone:true,junk:true"));
}
/**********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment