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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user