diff --git a/unittests/compiled_tests.cpp b/unittests/compiled_tests.cpp index 2d70c8e..3c49ced 100644 --- a/unittests/compiled_tests.cpp +++ b/unittests/compiled_tests.cpp @@ -4,7 +4,7 @@ #ifdef _MSC_VER #pragma warning(push) -#pragma warning(disable : 4242 4702 6330 28251) +#pragma warning(disable : 4062 4242 4640 4702 6330 28251) #endif #ifdef __GNUC__ diff --git a/unittests/type_info_test.cpp b/unittests/type_info_test.cpp index a79fbb2..d61dd88 100644 --- a/unittests/type_info_test.cpp +++ b/unittests/type_info_test.cpp @@ -2,7 +2,7 @@ #ifdef _MSC_VER #pragma warning(push) -#pragma warning(disable : 4242 4702 6330 28251) +#pragma warning(disable : 4062 4242 4640 4702 6330 28251) #endif #ifdef __GNUC__