diff --git a/Convex_hull_3/test/Convex_hull_3/issue_8954.cpp b/Convex_hull_3/test/Convex_hull_3/issue_8954.cpp index b6f114023f5..7b68f3f2dad 100644 --- a/Convex_hull_3/test/Convex_hull_3/issue_8954.cpp +++ b/Convex_hull_3/test/Convex_hull_3/issue_8954.cpp @@ -10,7 +10,7 @@ typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef K::Point_3 Point_3; -int main(int argc, char* argv[]) { +int main() { std::vector points = { {-7.71169150943396353 ,-19.809308490566039, 10.0950745283018861}, {-7.90879905660377602, -19.809308490566039, 9.8979669811320754},