From b57517dc08c48c5c4c5fcdad16b6cb1efef10523 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 28 Jul 2015 12:18:22 +0000
Subject: [PATCH] is not supposed to return an int

---
 runtime/starpu/control/runtime_control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 32bf13b87..7d145bb6c 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -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)
-- 
GitLab