mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
fix(Platform): Poco errors with _DEBUG and NDEBUG #3039
This commit is contained in:
@@ -30,11 +30,6 @@
|
||||
#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++
|
||||
#if (_MSC_VER >= 1300) && (_MSC_VER < 1400) // Visual Studio 2003, MSVC++ 7.1
|
||||
#define POCO_MSVS_VERSION 2003
|
||||
|
||||
Reference in New Issue
Block a user