Pārlūkot izejas kodu

missed one chunk of the previous patch

Cédric Augonnet 16 gadi atpakaļ
vecāks
revīzija
935a57a4e9
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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 */