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

Add type cast to eliminate warning.

parent 206f0d41
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ int slurm_step_launch (slurm_step_ctx ctx,
ctx->launch_state->resp_port[0],
ent->h_addr_list[0]);
xfree(launcher_hostname);
env_array_merge(&env, step_env);
env_array_merge(&env, (const char **) step_env);
env_array_free(step_env);
}
launch.envc = envcount(env);
......
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