2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Silence unused paramter warning in release mode.

[SVN r41649]
This commit is contained in:
Jürgen Hunold
2007-12-03 18:47:17 +00:00
parent 0ac7e3f858
commit ff44521920

View File

@@ -32,7 +32,7 @@ struct implicit
arg_from_python<Source> get_source(obj);
bool convertible = get_source.convertible();
BOOST_ASSERT(convertible);
BOOST_VERIFY(convertible);
new (storage) Target(get_source());