mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Cleanup prep for '-Wextra'
This commit is contained in:
parent
f687ea1010
commit
461610aaa6
45 changed files with 45 additions and 45 deletions
|
@ -104,7 +104,7 @@ const char *negative_tests[] =
|
|||
#define NUM_NEGATIVE_TESTS (sizeof (negative_tests) / sizeof (negative_tests[0]))
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int main (int argc, char** argv)
|
||||
int main (int, char**)
|
||||
{
|
||||
UnitTest t (NUM_POSITIVE_TESTS + NUM_NEGATIVE_TESTS + 22);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue