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