#3302: MSVC: Poco hides warnings (C4996) for the C++14 attribute [[deprecated]]

This commit is contained in:
Günter Obiltschnig
2021-06-17 18:20:29 +02:00
parent 2740068e59
commit 22eb76d3ae
21 changed files with 104 additions and 7 deletions

View File

@@ -12,6 +12,11 @@
//
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "Poco/Util/SystemConfiguration.h"
#include "Poco/Environment.h"
#include "Poco/Path.h"