Factor upTime() out of KeyCache, fix warnings

This commit is contained in:
Vinnie Falco
2013-05-25 12:08:17 -07:00
parent 55c39b7131
commit e227637e34
15 changed files with 57 additions and 48 deletions

View File

@@ -1644,7 +1644,7 @@ void Peer::recvGetLedger(ripple::TMGetLedger& packet, ScopedLock& MasterLockHold
else
WriteLog (lsWARNING, Peer) << "getNodeFat returns false";
}
catch (std::exception& e)
catch (std::exception&)
{
std::string info;
if (packet.itype() == ripple::liTS_CANDIDATE)