Suppress a warning.

This commit is contained in:
JoelKatz
2013-09-06 11:33:53 -07:00
parent e6e2873b4f
commit 12495f0e65

View File

@@ -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)