src, epee: fix a couple compiler warnings

This commit is contained in:
selsta 2022-05-17 00:33:10 +02:00
parent 6e60919e6d
commit 1164874afc
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
3 changed files with 0 additions and 5 deletions

View file

@ -51,7 +51,6 @@ namespace epee
{
CHECK_AND_ASSERT_THROW_MES(recursion < EPEE_JSON_RECURSION_LIMIT_INTERNAL, "Wrong JSON data: recursion limitation (" << EPEE_JSON_RECURSION_LIMIT_INTERNAL << ") exceeded");
std::string::const_iterator sub_element_start;
std::string name;
typename t_storage::harray h_array = nullptr;
enum match_state