瀏覽代碼

missed one chunk of the previous patch

Cédric Augonnet 16 年之前
父節點
當前提交
935a57a4e9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/core/jobs.c

+ 2 - 0
src/core/jobs.c

@@ -153,6 +153,8 @@ static void block_sync_task(job_t j)
  * it returns 1 if the task deps are not fulfilled, 0 otherwise */
 static unsigned not_all_task_deps_are_fulfilled(job_t j)
 {
+	unsigned ret;
+
 	if (!j->task->use_tag)
 	{
 		/* this task does not use tags, so we can go on */