mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add option to enable -Wextra for gcc/clang.
This commit is contained in:
@@ -1567,7 +1567,7 @@ bool ApplicationImp::setup()
|
||||
Resource::Charge loadType = Resource::feeReferenceRPC;
|
||||
Resource::Consumer c;
|
||||
RPC::Context context { journal ("RPCHandler"), jvCommand, *this,
|
||||
loadType, getOPs (), getLedgerMaster(), c, Role::ADMIN };
|
||||
loadType, getOPs (), getLedgerMaster (), c, Role::ADMIN};
|
||||
|
||||
Json::Value jvResult;
|
||||
RPC::doCommand (context, jvResult);
|
||||
|
||||
Reference in New Issue
Block a user