diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-05-26 21:25:06 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-05-26 21:25:06 -0500 |
| commit | e8252ef99bb4138e4afcac314a191e7fdf8d8553 (patch) | |
| tree | b452a60b7ec89fe38f4d0f5d1489544b5a99bb62 /contrib | |
| parent | 1ff2b02064e19a0ba4eb003e788f1e1b5158938d (diff) | |
| parent | 1164874afc29212155de615531266c91cfdb7e4e (diff) | |
| download | monzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.tar.gz monzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.tar.xz monzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.zip | |
Merge pull request #8337
1164874 src, epee: fix a couple compiler warnings (selsta)
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/epee/include/storages/portable_storage_from_json.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/epee/include/storages/portable_storage_from_json.h b/contrib/epee/include/storages/portable_storage_from_json.h index 3021598f5..69192ca6b 100644 --- a/contrib/epee/include/storages/portable_storage_from_json.h +++ b/contrib/epee/include/storages/portable_storage_from_json.h @@ -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 |
