From e4e209abaf75da96a2a46a3eaa00b70dd8738f00 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 22 Mar 2013 12:59:50 +0100 Subject: [PATCH] remove argc and argv --- .../test_rational_function_traits_2.cpp | 2 +- .../test/Boolean_set_operations_2/test_polygon_validation.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_rational_function_traits_2.cpp b/Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_rational_function_traits_2.cpp index f92538c969b..5539ed03a15 100644 --- a/Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_rational_function_traits_2.cpp +++ b/Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_rational_function_traits_2.cpp @@ -35,7 +35,7 @@ struct Cmp { { return (m_cmp_object(p1, p2) == CGAL::LARGER); } }; -int main(int argc, char* argv[]) +int main() { // testing that all types are present: diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp index e3217b7e954..d007e9e9bc2 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp @@ -99,7 +99,7 @@ special_warnings(const char *, << std::endl; } -int main (int argc, char * argv[]) +int main () { std::cerr << "Modify the w-a-r-n-i-n-g-s handler...\n"; CGAL::set_warning_handler(special_warnings);