mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Remove unused var warning on non-debug compilation.
[SVN r20463]
This commit is contained in:
@@ -215,6 +215,7 @@ namespace
|
||||
|
||||
vertex_t v = add_vertex(full_graph().topology());
|
||||
vertex_t v2 = add_vertex(up_graph().topology());
|
||||
(void)v2; // prevent unused var warning on non-debug compile
|
||||
assert(v == v2);
|
||||
return type_index().insert(p, boost::make_tuple(type, v, dynamic_id_function(0)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user