added deprecation warning for POCO_WIN32_UTF8

This commit is contained in:
Guenter Obiltschnig 2014-12-06 11:13:44 +01:00
Родитель 84af59f7eb
Коммит 31a0c7cb7e
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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