Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b57517dc authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

is not supposed to return an int

parent ae0fd1df
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ void RUNTIME_finalize_scheduler( MORSE_context_t *morse )
/* StarPU was already initialized by an external library */
if (morse->schedopt == NULL) {
return 0;
return;
}
#if defined(CHAMELEON_USE_MPI)
......
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