forked from lthn/blockchain
minor warning fix
This commit is contained in:
parent
1087be7b0a
commit
ddd91d8fec
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ static std::optional<asset_operation_descriptor> deserialize(serialization_metho
|
|||
return {};
|
||||
}
|
||||
|
||||
static std::string get_string_presentation(const std::string& data)
|
||||
[[maybe_unused]] static std::string get_string_presentation(const std::string& data)
|
||||
{
|
||||
std::string presentation{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue