Fixed unused variable warning

This commit is contained in:
Mael Rouxel-Labbé 2018-05-24 14:24:01 +02:00
parent 497c8ccb50
commit be743a1f12
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ VertexIndexMap vertex_id_map;
typedef boost::associative_property_map<VertexIndexMap> VertexIdPropertyMap;
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;