in forward declaration replace class keyword when struct is expected

comment out unused parameters
This commit is contained in:
wmayer
2016-12-29 17:52:39 +01:00
parent fb716d7238
commit 7d842679bd
18 changed files with 54 additions and 42 deletions

View File

@@ -143,6 +143,7 @@ bool EdgeWalker::setSize(int size)
m_g.clear();
for (int i = 0; i < size; i++) {
boost::adjacency_list<>::vertex_descriptor vd = boost::add_vertex(m_g);
(void)vd;
}
return true;
}