mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 13:10: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
|
@ -50,7 +50,7 @@ CmdExec::CmdExec ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdExec::execute (std::string& output)
|
||||
int CmdExec::execute (std::string&)
|
||||
{
|
||||
std::string command_line;
|
||||
join (command_line, " ", context.cli2.getWords ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue