diff --git a/unittests/compiled_tests.cpp b/unittests/compiled_tests.cpp index d196956..dbed26f 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__