From 1fe04932af1efded5e3395781a2628eff8271afa Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Wed, 3 Nov 2010 11:15:19 +0100 Subject: [PATCH] fix warning in tests --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index e3ad700..18c0325 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -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; } -- GitLab