Samuel Thibault 8 lat temu
rodzic
commit
31913b6e4c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/sched_ctx.c

+ 1 - 1
src/core/sched_ctx.c

@@ -2516,7 +2516,7 @@ static void _starpu_sched_ctx_put_new_master(unsigned sched_ctx_id)
 	int *workerids;
 	struct _starpu_sched_ctx *sched_ctx = _starpu_get_sched_ctx_struct(sched_ctx_id);
 	unsigned nworkers = starpu_sched_ctx_get_workers_list_raw(sched_ctx_id, &workerids);
-	int i;
+	unsigned i;
 
 	for (i=0; i<nworkers; i++)
 	{