mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Resolve compiler warning
This commit is contained in:
@@ -211,6 +211,7 @@ LedgerMaster::setValidLedger(
|
|||||||
!app_.getMaxDisallowedLedger() ||
|
!app_.getMaxDisallowedLedger() ||
|
||||||
l->info().seq + max_ledger_difference_ >
|
l->info().seq + max_ledger_difference_ >
|
||||||
app_.getMaxDisallowedLedger());
|
app_.getMaxDisallowedLedger());
|
||||||
|
(void) max_ledger_difference_;
|
||||||
mValidLedgerSeq = l->info().seq;
|
mValidLedgerSeq = l->info().seq;
|
||||||
|
|
||||||
app_.getOPs().updateLocalTx (*l);
|
app_.getOPs().updateLocalTx (*l);
|
||||||
|
|||||||
Reference in New Issue
Block a user