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

Remove "const" qualifier to eliminate warning.

parent 70f18e6a
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ gmpi_state_create(const mpi_plugin_client_info_t *job)
state->tid = (pthread_t)-1;
state->fd = -1;
state->job = job;
state->job = (mpi_plugin_client_info_t *) job;
return state;
}
......
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