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