diff --git a/test/test.cpp b/test/test.cpp index 59aff0a..b655f4c 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -26,8 +26,6 @@ #include "utest.h" #ifdef _MSC_VER -#pragma warning(push) - // disable 'conditional expression is constant' - our examples below use this! #pragma warning(disable : 4127) #endif