|
@@ -24,7 +24,9 @@ extern "C"
|
|
|
{
|
|
|
#endif
|
|
|
|
|
|
-#warning rename all objects to start with starpu_sched_ctx
|
|
|
+#ifdef STARPU_DEVEL
|
|
|
+# warning rename all objects to start with starpu_sched_ctx
|
|
|
+#endif
|
|
|
|
|
|
/* generic structure used by the scheduling contexts to iterate the workers */
|
|
|
struct starpu_sched_ctx_worker_collection
|