compile on windows

This commit is contained in:
jed
2012-07-14 08:41:05 -07:00
parent d3e1b98fe8
commit 13a68da567
10 changed files with 16 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ void SHAMap::getMissingNodes(std::vector<SHAMapNode>& nodeIDs, std::vector<uint2
{
d = getNode(childID, childHash, false);
}
catch (SHAMapMissingNode& mn)
catch (SHAMapMissingNode& )
{ // node is not in the map
if (filter != NULL)
{