mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Cleanup: Prep for '-Wextra'
This commit is contained in:
parent
84be60fdca
commit
a82558064b
23 changed files with 48 additions and 54 deletions
|
@ -25,7 +25,6 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
|
@ -88,7 +87,7 @@ int CmdUnique::execute (std::string& output)
|
|||
|
||||
// Generate list of unique values.
|
||||
for (auto& value : values)
|
||||
std::cout << value << "\n";
|
||||
output += value + "\n";
|
||||
|
||||
context.headers.clear ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue