ソースを参照

src/core/workers.c: set default value

Nathalie Furmento 12 年 前
コミット
a535b7737e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -827,7 +827,7 @@ void starpu_profiling_init()
 
 static void _starpu_terminate_workers(struct _starpu_machine_config *pconfig)
 {
-	int status STARPU_ATTRIBUTE_UNUSED;
+	int status = 0;
 	unsigned workerid;
 
 	for (workerid = 0; workerid < pconfig->topology.nworkers; workerid++)