mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix compilation errors/warnings.
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
|||||||
assert(mRunning);
|
assert(mRunning);
|
||||||
mRunning = false;
|
mRunning = false;
|
||||||
mMonitor.addCountAndLatency(mCount,
|
mMonitor.addCountAndLatency(mCount,
|
||||||
(boost::posix_time::microsec_clock::universal_time() - mStartTime).total_milliseconds());
|
static_cast<int>((boost::posix_time::microsec_clock::universal_time() - mStartTime).total_milliseconds()));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -486,7 +486,6 @@ BOOST_AUTO_TEST_CASE( SHAMapSync_test )
|
|||||||
BOOST_FAIL("NodeSize");
|
BOOST_FAIL("NodeSize");
|
||||||
}
|
}
|
||||||
|
|
||||||
SMAddNode node();
|
|
||||||
if (!destination.addRootNode(*gotNodes.begin(), snfWIRE, NULL))
|
if (!destination.addRootNode(*gotNodes.begin(), snfWIRE, NULL))
|
||||||
{
|
{
|
||||||
cLog(lsFATAL) << "AddRootNode fails";
|
cLog(lsFATAL) << "AddRootNode fails";
|
||||||
|
|||||||
Reference in New Issue
Block a user