Skip to content

Commit 46431d1

Browse files
committed
Remove unused parameters
1 parent cf5140f commit 46431d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CatchRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
4040
return result;
4141
}
4242
#else
43-
int main(int argc, char *argv[])
43+
int main()
4444
{
4545
throw std::runtime_error("Serial tests use Catch2's provided main.");
4646
}

0 commit comments

Comments
 (0)