From a0ee8d1137ac48374363cc76b8390cfc54e100b2 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 4 Mar 2016 21:48:08 -0700 Subject: [PATCH] Address more catch/msvc warnings --- unittests/compiled_tests.cpp | 2 +- unittests/type_info_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unittests/compiled_tests.cpp b/unittests/compiled_tests.cpp index 2d70c8e4..3c49ced6 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 a79fbb26..d61dd883 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__