mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Suppress a warning.
This commit is contained in:
@@ -187,7 +187,7 @@ bool SHAMap::getNodeFat (const SHAMapNode& wanted, std::vector<SHAMapNode>& node
|
||||
if ((!fatRoot && node->isRoot ()) || node->isLeaf ()) // don't get a fat root, can't get a fat leaf
|
||||
return true;
|
||||
|
||||
SHAMapTreeNode* nextNode;
|
||||
SHAMapTreeNode* nextNode = NULL;
|
||||
|
||||
count = 0;
|
||||
for (int i = 0; i < 16; ++i)
|
||||
|
||||
Reference in New Issue
Block a user