Kaydet (Commit) f2b31d29 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter ´other´

Change-Id: I13dc9ac0fcbf515df3f44ab18e0fee9cfb8ef239
üst 6874228b
...@@ -41,6 +41,7 @@ boost_patches += boost.endian.patch ...@@ -41,6 +41,7 @@ boost_patches += boost.endian.patch
boost_patches += boost.loplugin.patch boost_patches += boost.loplugin.patch
boost_patches += boost.std.move.patch boost_patches += boost.std.move.patch
boost_patches += boost.wundef.patch boost_patches += boost.wundef.patch
boost_patches += boost.wunused.patch
boost_patches += boost.wshadow.patch boost_patches += boost.wshadow.patch
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
......
--- foo/foo/foo/boost/unordered/detail/table.hpp
+++ foo/foo/foo/boost/unordered/detail/table.hpp
@@ -458,6 +458,7 @@
// According to 23.2.1.8, if propagate_on_container_swap is
// false the behaviour is undefined unless the allocators
// are equal.
+ (void) other;
BOOST_ASSERT(node_alloc() == other.node_alloc());
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment