Remove unused argc/argv parameters in tests.

This commit is contained in:
Arthur O'Dwyer
2012-08-27 16:10:47 -07:00
parent c29aef4dd8
commit 08f6a9e7e8
18 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ extern "C"
}
}
int main (int argc, char *argv [])
int main (void)
{
fprintf (stderr, "test_timeo running...\n");