diff --git a/test/common_type_test.cpp b/test/common_type_test.cpp index aa22026..22a0fd0 100644 --- a/test/common_type_test.cpp +++ b/test/common_type_test.cpp @@ -14,6 +14,10 @@ #endif #include +#ifdef BOOST_INTEL +#pragma warning(disable: 304 383) +#endif + struct C1 {}; struct C2 {};