mirror of
https://github.com/nlohmann/json.git
synced 2026-04-25 17:29:33 +00:00
🚨 remove -Wimplicit-fallthrough warning #2348
This commit is contained in:
@@ -752,8 +752,9 @@ class binary_reader
|
||||
return parse_cbor_internal(true, tag_handler);
|
||||
}
|
||||
|
||||
default: // LCOV_EXCL_LINE
|
||||
default: // LCOV_EXCL_LINE
|
||||
JSON_ASSERT(false); // LCOV_EXCL_LINE
|
||||
return false; // LCOV_EXCL_LINE
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user