mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-26 00:20:20 +00:00
Suppress warnings & allow copy elision:
* Suppress warnings from rocksdb2 * Add `override` to rippled rocksdb functions * Remove moves preventing copy elision
This commit is contained in:
@@ -862,7 +862,7 @@ STParsedJSONObject::STParsedJSONObject (
|
||||
Json::Value const& json)
|
||||
{
|
||||
using namespace STParsedJSONDetail;
|
||||
object = std::move (parseObject (name, json, sfGeneric, 0, error));
|
||||
object = parseObject (name, json, sfGeneric, 0, error);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user