diff options
| author | selsta <selsta@sent.at> | 2022-05-17 00:33:10 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-05-17 00:33:10 +0200 |
| commit | 1164874afc29212155de615531266c91cfdb7e4e (patch) | |
| tree | d99c8c87ade3e4fc41b28e22da0440247dd85b09 /contrib/epee/include | |
| parent | 6e60919e6d3645b51b62246d308e2283bd832128 (diff) | |
| download | monzero-core-1164874afc29212155de615531266c91cfdb7e4e.tar.gz monzero-core-1164874afc29212155de615531266c91cfdb7e4e.tar.xz monzero-core-1164874afc29212155de615531266c91cfdb7e4e.zip | |
src, epee: fix a couple compiler warnings
Diffstat (limited to 'contrib/epee/include')
| -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 |
