From c46e1d2d243db70c0f7f06056ae55cf2bf7679d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 9 Jun 2022 16:14:22 +0200 Subject: [PATCH] fix warnings --- .../Polyhedron/Plugins/Alpha_wrap_3/Alpha_wrap_3_plugin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Alpha_wrap_3/Alpha_wrap_3_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Alpha_wrap_3/Alpha_wrap_3_plugin.cpp index 49738f0f571..8a190360c42 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Alpha_wrap_3/Alpha_wrap_3_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Alpha_wrap_3/Alpha_wrap_3_plugin.cpp @@ -66,7 +66,7 @@ public: template void before_Steiner_point_insertion(const AlphaWrapper& wrapper, - const Point& p) + const Point& /* p */) { if(m_iterative_wrap_item == nullptr) return; @@ -108,7 +108,6 @@ public: std::vector vcolors; std::vector fcolors; - std::size_t vi = 0, fi = 0; for(auto fit=wrapper.triangulation().finite_facets_begin(), fend=wrapper.triangulation().finite_facets_end(); fit!=fend; ++fit) { Facet f = *fit;