From bc7668c700abe7ef39302fe2bb4de177ecdfca8d Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 24 Apr 2015 09:53:06 -0600 Subject: [PATCH] More windows warning fixes because of Catch --- unittests/compiled_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/compiled_tests.cpp b/unittests/compiled_tests.cpp index d1969564..dbed26fd 100644 --- a/unittests/compiled_tests.cpp +++ b/unittests/compiled_tests.cpp @@ -5,7 +5,7 @@ #ifdef CHAISCRIPT_MSVC #pragma warning(push) -#pragma warning(disable : 4190 4640 28251 4702) +#pragma warning(disable : 4190 4640 28251 4702 6330) #endif #ifdef __GNUC__