@ -41,7 +41,7 @@ test_suite* init_func( int argc, char* argv[] )
{
//Required for boost. -nowarning
(void) argc;
(void) argv[0];
(void) argv;
//restore output for creating test
std::cout.rdbuf(oldCoutStreamBuf);