remove pragma issues #730

This commit is contained in:
Todd Kushner 2023-04-01 11:19:46 -06:00
parent 4177fcca7e
commit 3ca1461339
2 changed files with 0 additions and 3 deletions

0
src/oatpp/core/data/stream/FileStream.cpp Normal file → Executable file
View File

3
src/oatpp/web/server/handler/ErrorHandler.cpp Normal file → Executable file
View File

@ -32,9 +32,6 @@ std::shared_ptr<protocol::http::outgoing::Response> ErrorHandler::handleError(co
std::shared_ptr<protocol::http::outgoing::Response> response;
#if defined(WIN32) || defined(_WIN32)
_Pragma("warning(disable : 4068 4996)")
#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
/* Default impl for backwards compatibility until the deprecated methods are removed */