diff --git a/src/json.hpp b/src/json.hpp index 6989f0c96..e9e750e16 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -534,7 +534,7 @@ void try_throw_any_exception(exception* ex) try_throw_exception(ex); try_throw_exception(ex); try_throw_exception(ex); - try_throw_exception(ex); + try_throw_exception(ex); // LCOV_EXCL_LINE assert(false); // LCOV_EXCL_LINE } }