mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Disable warnings 4018 and 4244 for VS2012 builds
This commit is contained in:
@@ -41,16 +41,7 @@ namespace ripple
|
||||
#include "websocket/WSDoor.cpp"
|
||||
# include "peers/PeerDoor.h"
|
||||
#include "peers/PeerDoor.cpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (push)
|
||||
# pragma warning (disable: 4244) // conversion, possible loss of data
|
||||
# pragma warning (disable: 4018) // signed/unsigned mismatch
|
||||
#endif
|
||||
#include "main/ripple_Application.cpp"
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (pop)
|
||||
#endif
|
||||
|
||||
//
|
||||
// RippleMain
|
||||
|
||||
Reference in New Issue
Block a user