mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 08:17:13 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -449,7 +449,7 @@ parseLeaf(
|
||||
{
|
||||
auto const str = value.asString();
|
||||
|
||||
std::uint64_t val;
|
||||
std::uint64_t val = 0;
|
||||
|
||||
bool const useBase10 = field.shouldMeta(SField::sMD_BaseTen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user