tweak to disable warning

This commit is contained in:
Daniel Russel 2007-04-02 23:31:19 +00:00
parent 063d7296df
commit 0677f9858f
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ protected:
std::vector<Cell_handle> ics;
triangulation().incident_cells(v, std::back_inserter(ics));
for (unsigned int i=0; i< ics.size(); ++i) {
int j;
int j=-1; // keep some dumb compiler happy
bool ret=ics[i]->has_vertex(v, j);
CGAL_assertion(ret);
for (int k=0; k<4 ; ++k) {