1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-25 13:41:56 +03:00

🚨 fixed compiler warnings

This commit is contained in:
Niels Lohmann
2018-10-25 14:27:55 +02:00
parent 62126278a6
commit 19647e083c
5 changed files with 9 additions and 11 deletions

View File

@ -60,10 +60,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
// parse errors are ok, because input may be random bytes
}
catch (const json::out_of_range&)
{
// parse errors are ok, because input may be random bytes
}
catch (const json::out_of_range&)
{
// out of range errors may happen if provided sizes are excessive
}