mirror of https://github.com/CGAL/cgal
Fixed unused variable warning
This commit is contained in:
parent
497c8ccb50
commit
be743a1f12
|
|
@ -69,7 +69,7 @@ VertexIndexMap vertex_id_map;
|
||||||
typedef boost::associative_property_map<VertexIndexMap> VertexIdPropertyMap;
|
typedef boost::associative_property_map<VertexIndexMap> VertexIdPropertyMap;
|
||||||
VertexIdPropertyMap vertex_index_pmap(vertex_id_map);
|
VertexIdPropertyMap vertex_index_pmap(vertex_id_map);
|
||||||
|
|
||||||
void mstIpelet::protected_run(int fn)
|
void mstIpelet::protected_run(int /*fn*/)
|
||||||
{
|
{
|
||||||
std::list<Point_2> pt_list;
|
std::list<Point_2> pt_list;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue