mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Get rid of compilation warning.
This commit is contained in:
@@ -148,6 +148,7 @@ void serialize_ec_point (ec_point const& point, std::uint8_t* ptr)
|
||||
int const size = i2o_ECPublicKey ((EC_KEY*) key.get(), &ptr);
|
||||
|
||||
assert (size <= 33);
|
||||
(void) size;
|
||||
}
|
||||
|
||||
} // openssl
|
||||
|
||||
Reference in New Issue
Block a user