Suppress known warning

This commit is contained in:
Kohei Takahashi
2018-05-09 03:03:38 +09:00
parent 8a2f444761
commit fb26953fcf

View File

@ -13,6 +13,10 @@
using namespace boost;
using namespace boost::fusion::detail;
#if defined(__clang__)
// disable cv-qialifer on function type warning
# pragma clang diagnostic ignored "-Wignored-qualifiers"
#endif
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void>));
BOOST_MPL_ASSERT_NOT((is_trivially_copyable<void const>));