2
0
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:
Rene Rivera
2003-10-23 20:15:50 +00:00
parent d879eb235f
commit 4af7d5bca7

View File

@@ -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)));
}