Fixed unused variable warning

This commit is contained in:
Mael Rouxel-Labbé 2017-06-22 11:03:13 +02:00
parent 596f39b066
commit 50fc1c06a1
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ private:
// (note that this should thus be 2*num_vertices, but in the filling functions
// we use 2*line_number to fill two at the time...)
int current_line_id_in_M = static_cast<int>(num_vertices(mesh));
int initial_line_id = current_line_id_in_M;
CGAL_assertion_code(int initial_line_id = current_line_id_in_M;)
// Initialize some variables used in the seam walk
int start_cone_index = -1; // index of the beginning of the seam