Kaydet (Commit) b3a6a93a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

external/boost: WaE

Change-Id: Iffc69577f12020c60bf5db1f740ec3fec43c3d8e
üst 5f9969da
...@@ -105,6 +105,7 @@ boost_patches += boost.wunused.patch ...@@ -105,6 +105,7 @@ boost_patches += boost.wunused.patch
boost_patches += boost.wdeprecated-auto_ptr.patch.0 boost_patches += boost.wdeprecated-auto_ptr.patch.0
boost_patches += boost.signal2.Wshadow.warnings.patch boost_patches += boost.signal2.Wshadow.warnings.patch
boost_patches += boost.boost_static_assert_unused_attribute.patch.0 boost_patches += boost.boost_static_assert_unused_attribute.patch.0
boost_patches += w4702.patch.0
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))
......
--- boost/signals2/detail/variadic_slot_invoker.hpp
+++ boost/signals2/detail/variadic_slot_invoker.hpp
@@ -115,7 +115,6 @@
const void_type *) const
{
return call_with_tuple_args<result_type>()(connectionBody->slot.slot_function(), _args, mpl::size_t<sizeof...(Args)>());
- return void_type();
}
template<typename ConnectionBodyType>
result_type m_invoke(const ConnectionBodyType &connectionBody, ...) const
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