From da3d5d916ea26cf6e1c4aaac94b59ca3d224ecab Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Fri, 26 Apr 2002 22:54:01 +0000 Subject: [PATCH] intialized a variable to shut up sparc_SunOS compiler --- Packages/Planar_map/include/CGAL/IO/Pm_file_scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Planar_map/include/CGAL/IO/Pm_file_scanner.h b/Packages/Planar_map/include/CGAL/IO/Pm_file_scanner.h index c713cdae832..da1ce94c016 100644 --- a/Packages/Planar_map/include/CGAL/IO/Pm_file_scanner.h +++ b/Packages/Planar_map/include/CGAL/IO/Pm_file_scanner.h @@ -153,7 +153,7 @@ public: // not an unbounded face. Scanning the outer ccb. if (num_halfedges_on_outer_ccb > 0){ - std::size_t index, prev_index, first_index; + std::size_t index, prev_index = 0, first_index; for (unsigned int j = 0; j < num_halfedges_on_outer_ccb; j++) {