From fcf062bf48b3ad7ac3374c213edaefe0cd3867fb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 8 Nov 2024 10:13:26 +0000 Subject: [PATCH] PMP: Initialize to avoid warning --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index e43ebd59cc2..0db291e165d 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -714,7 +714,7 @@ private: { Vector_3 bmin, bmax; - Orientation ori; + Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialzed warning for (unsigned int i = 0; i < prismindex.size(); i++){ if (prismindex[i] == jump){