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
|
@ -54,7 +54,7 @@ CmdDelete::CmdDelete ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdDelete::execute (std::string& output)
|
||||
int CmdDelete::execute (std::string&)
|
||||
{
|
||||
int rc = 0;
|
||||
int count = 0;
|
||||
|
@ -94,7 +94,7 @@ int CmdDelete::execute (std::string& output)
|
|||
if (! task.has ("end"))
|
||||
task.setAsNow ("end");
|
||||
|
||||
if (permission (task, question, filtered.size ()))
|
||||
if (permission (question, filtered.size ()))
|
||||
{
|
||||
updateRecurrenceMask (task);
|
||||
++count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue