mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +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
|
if ((!fatRoot && node->isRoot ()) || node->isLeaf ()) // don't get a fat root, can't get a fat leaf
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
SHAMapTreeNode* nextNode;
|
SHAMapTreeNode* nextNode = NULL;
|
||||||
|
|
||||||
count = 0;
|
count = 0;
|
||||||
for (int i = 0; i < 16; ++i)
|
for (int i = 0; i < 16; ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user