From 6517c7f48ad5ca9efff30f19d08c0c69a9909c66 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 10 Jul 2025 09:06:49 +0200 Subject: [PATCH] fix warning --- Convex_hull_3/test/Convex_hull_3/issue_8954.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},