mirror of https://github.com/CGAL/cgal
solving warning converting from unsigned int to int
This commit is contained in:
parent
7dd0870ee0
commit
4069742707
|
|
@ -58,7 +58,7 @@ int main (int argc, char* argv[])
|
|||
return -1;
|
||||
}
|
||||
|
||||
unsigned int i = 1;
|
||||
int i = 1;
|
||||
while (i < argc) {
|
||||
// Read the polygon from the input file.
|
||||
Polygon_2 pgn;
|
||||
|
|
|
|||
Loading…
Reference in New Issue