mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Bug #808
- Fixed bug #808, which generated compiler warnings on Solarix (thanks to Owen Clarke).
This commit is contained in:
parent
0ee1f9c1c6
commit
7e3a207d63
4 changed files with 4 additions and 11 deletions
|
@ -333,15 +333,6 @@ void Command::filter (std::vector <Task>& output)
|
|||
// term, then completed.data does not need to be loaded.
|
||||
bool Command::filter_shortcut (const A3& filter)
|
||||
{
|
||||
/**/
|
||||
if (filter.size () >= 3)
|
||||
{
|
||||
std::cout << "# filter[0] " << filter[0]._raw << "\n"
|
||||
<< "# filter[1] " << filter[1]._raw << "\n"
|
||||
<< "# filter[2] " << filter[2]._raw << "\n";
|
||||
}
|
||||
/**/
|
||||
|
||||
// Postfix: <status> <"pending"> <=>
|
||||
// 0 1 2
|
||||
if (filter.size () >= 3 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue