mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Resolve most compiler warnings
This commit is contained in:
parent
b8105812fc
commit
7a64c19641
8 changed files with 34 additions and 34 deletions
|
@ -466,7 +466,7 @@ void Hooks::assertValidJSON (const std::vector <std::string>& input) const
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Hooks::assertNTasks (const std::vector <std::string>& input, int n) const
|
||||
void Hooks::assertNTasks (const std::vector <std::string>& input, unsigned int n) const
|
||||
{
|
||||
if (input.size () != n)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue