mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
CLI2: Eliminate compiler warnings by adding missing diagnostics
This commit is contained in:
parent
d92a6c3ee8
commit
035b7d5c5e
1 changed files with 4 additions and 0 deletions
|
@ -1495,6 +1495,10 @@ void CLI2::findUUIDs ()
|
||||||
changes = true;
|
changes = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (changes)
|
||||||
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
|
context.debug (dump ("CLI2::prepareFilter findUUIDs"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue