mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-27 08:30:07 +08:00
remove pragma issues #730
This commit is contained in:
parent
4177fcca7e
commit
3ca1461339
0
src/oatpp/core/data/stream/FileStream.cpp
Normal file → Executable file
0
src/oatpp/core/data/stream/FileStream.cpp
Normal file → Executable file
3
src/oatpp/web/server/handler/ErrorHandler.cpp
Normal file → Executable file
3
src/oatpp/web/server/handler/ErrorHandler.cpp
Normal file → Executable 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user