mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix build warnings and .gitignore.
* Comment out unused local function for both clang and g++. * Get rid of numerous Boost warnings for clang. * Remove some unused local variables. * Put TAGS into the .gitignore.
This commit is contained in:
committed by
Vinnie Falco
parent
ac3cf05f1a
commit
96e1ec6d31
@@ -83,7 +83,6 @@
|
||||
static const std::uint64_t tenTo14 = 100000000000000ull;
|
||||
static const std::uint64_t tenTo14m1 = tenTo14 - 1;
|
||||
static const std::uint64_t tenTo17 = tenTo14 * 1000;
|
||||
static const std::uint64_t tenTo17m1 = tenTo17 - 1;
|
||||
#include <ripple/module/data/protocol/STAmount.cpp>
|
||||
#include <ripple/module/data/protocol/STAmountRound.cpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user