We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea1124 commit 524df17Copy full SHA for 524df17
1 file changed
test/testrunner.cpp
@@ -22,7 +22,7 @@
22
23
int main(int argc, char *argv[])
24
{
25
- options args(argc, argv);
+ options args(argc, const_cast<const char**>(argv));
26
27
std::size_t ret = TestFixture::runTests(args);
28
0 commit comments