diff --git a/test/test.hpp b/test/test.hpp index 67f9daa..d2f3891 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -38,11 +38,6 @@ #define TEST_PATH \ TEST_DIRECTORY + "/" + TEST_NAME -#ifdef _MSC_VER - #define NO_GLOBAL_INIT_CALLS 26426 - #define NO_UNUSED_LOCAL_SMART_PTR 26414 -#endif - #ifdef _MSC_VER BC_DISABLE_WARNING(NO_ARRAY_INDEXING) BC_DISABLE_WARNING(NO_GLOBAL_INIT_CALLS)