diff --git a/vendor/POCO/Foundation/include/Poco/Platform_WIN32.h b/vendor/POCO/Foundation/include/Poco/Platform_WIN32.h index 77e448fc..d2945fd2 100644 --- a/vendor/POCO/Foundation/include/Poco/Platform_WIN32.h +++ b/vendor/POCO/Foundation/include/Poco/Platform_WIN32.h @@ -36,7 +36,7 @@ // Check debug/release settings consistency #if defined(NDEBUG) && defined(_DEBUG) - #error Inconsistent build settings (check for /MD[d]) + //#error Inconsistent build settings (check for /MD[d]) #endif