exceptions test compilation warnings fixed for clang

[SVN r81304]
This commit is contained in:
Adam Wulkiewicz
2012-11-12 02:36:41 +00:00
parent 6a1f024055
commit fd19533cec
2 changed files with 3 additions and 11 deletions

View File

@@ -38,10 +38,6 @@ void test_rtree_value_exceptions(Parameters const& parameters = Parameters())
}
}
//#define _CRTDBG_MAP_ALLOC
//#include <stdlib.h>
//#include <crtdbg.h>
int test_main(int, char* [])
{
test_rtree_value_exceptions< bgi::linear<4, 2> >();
@@ -51,9 +47,5 @@ int test_main(int, char* [])
test_rtree_value_exceptions< bgi::rstar<4, 2> >();
test_rtree_value_exceptions(bgi::runtime::rstar(4, 2));
//std::cout << "----------------------------------------\n";
//_CrtDumpMemoryLeaks();
//std::cin.get();
return 0;
}