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:
@@ -11,19 +11,9 @@
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (push)
|
||||
# pragma warning (disable: 4244) // conversion, possible loss of data
|
||||
# pragma warning (disable: 4018) // signed/unsigned mismatch
|
||||
#endif
|
||||
#include "ledger/Ledger.cpp"
|
||||
#include "node/ripple_NodeStore.cpp"
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning (pop)
|
||||
#endif
|
||||
|
||||
#include "node/ripple_NodeObject.cpp"
|
||||
|
||||
#include "shamap/ripple_SHAMapDelta.cpp"
|
||||
#include "shamap/ripple_SHAMapNode.cpp"
|
||||
#include "shamap/ripple_SHAMapTreeNode.cpp"
|
||||
|
||||
Reference in New Issue
Block a user