mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 19:48:44 +02:00
added deprecation warning for POCO_WIN32_UTF8
This commit is contained in:
@@ -172,6 +172,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if !defined(POCO_WIN32_UTF8)
|
||||||
|
#warning Compiling POCO on Windows without #define POCO_WIN32_UTF8 is deprecated.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Turn off some annoying warnings
|
// Turn off some annoying warnings
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(disable:4018) // signed/unsigned comparison
|
#pragma warning(disable:4018) // signed/unsigned comparison
|
||||||
|
Reference in New Issue
Block a user