fix(Platform): Poco errors with _DEBUG and NDEBUG #3039

This commit is contained in:
Alex Fabijanic 2022-05-19 09:15:27 -07:00
parent 2aa53f486a
commit cf4dc753f0

View File

@ -30,11 +30,6 @@
#endif #endif
// Check debug/release settings consistency
#if defined(NDEBUG) && defined(_DEBUG)
#error Inconsistent build settings (check for /MD[d])
#endif
// https://en.wikipedia.org/wiki/Microsoft_Visual_C++ // https://en.wikipedia.org/wiki/Microsoft_Visual_C++
#if (_MSC_VER >= 1300) && (_MSC_VER < 1400) // Visual Studio 2003, MSVC++ 7.1 #if (_MSC_VER >= 1300) && (_MSC_VER < 1400) // Visual Studio 2003, MSVC++ 7.1
#define POCO_MSVS_VERSION 2003 #define POCO_MSVS_VERSION 2003