Is there anything we can do about all the warnings like this?

./../../3rdparty/boost/boost/function/function_base.hpp:308:13: warning:
placement new constructing an object of type
‘boost::detail::function::functor_manager_common<std::_Bind<std::_Mem_fn<void
(lyx::support::{anonymous}::Murder::*)()>(lyx::support::{anonymous}::Murder*)>
>::functor_type {aka std::_Bind<std::_Mem_fn<void
(lyx::support::{anonymous}::Murder::*)()>(lyx::support::{anonymous}::Murder*)>}’
and size ‘24’ in a region of type ‘char’ and size ‘1’ [-Wplacement-new=]
             new (reinterpret_cast<void*>(&out_buffer.data))
functor_type(*in_functor);


Richard

Reply via email to