Skip to content
Snippets Groups Projects
Commit da3aaff9 authored by Moe Jette's avatar Moe Jette
Browse files

Add type-cast to eliminate a warning message.

parent 96fbe769
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ int slurm_step_launch (slurm_step_ctx ctx, ...@@ -171,7 +171,7 @@ int slurm_step_launch (slurm_step_ctx ctx,
"localhost", "localhost",
15500, 15500,
"127.0.0.1"); "127.0.0.1");
env_array_merge(&env, params->env); env_array_merge(&env, (const char **)params->env);
launch.envc = envcount(env); launch.envc = envcount(env);
launch.env = env; launch.env = env;
launch.cwd = params->cwd; launch.cwd = params->cwd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment