Explorar el Código

missed one chunk of the previous patch

Cédric Augonnet hace 16 años
padre
commit
935a57a4e9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 */