Test: Cleanup prep for '-Wextra'

This commit is contained in:
Paul Beckingham 2015-10-16 15:55:17 -04:00
parent f687ea1010
commit 461610aaa6
45 changed files with 45 additions and 45 deletions

View file

@ -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);