Skip to content
Snippets Groups Projects
Commit 1fe04932 authored by ilor's avatar ilor
Browse files

fix warning in tests

parent f83992c9
No related merge requests found
......@@ -7,7 +7,7 @@ BOOST_AUTO_TEST_CASE(test_test)
BOOST_CHECK(a == 0);
}
boost::unit_test::test_suite* init_unit_test_suite(int argc, char* argv[])
boost::unit_test::test_suite* init_unit_test_suite(int /*argc*/, char* /*argv*/[])
{
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment