Samuel Thibault před 12 roky
rodič
revize
e50d3d1d49
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/worker_collection/worker_list.c

+ 1 - 1
src/worker_collection/worker_list.c

@@ -135,7 +135,7 @@ static void list_deinit(struct starpu_sched_ctx_worker_collection *workers)
 	free(workers->workerids);
 }
 
-static void list_init_iterator(struct starpu_sched_ctx_worker_collection *workers, struct starpu_iterator *it)
+static void list_init_iterator(struct starpu_sched_ctx_worker_collection *workers STARPU_ATTRIBUTE_UNUSED, struct starpu_iterator *it)
 {
 	*((int*)it) = 0;
 }