📝 release preparation
This commit is contained in:
parent
6899fa304c
commit
3811daa8a3
7 changed files with 175 additions and 37 deletions
|
|
@ -80,8 +80,10 @@ class binary_reader
|
|||
result = parse_ubjson_internal();
|
||||
break;
|
||||
|
||||
// LCOV_EXCL_START
|
||||
default:
|
||||
assert(false); // LCOV_EXCL_LINE
|
||||
assert(false);
|
||||
// LCOV_EXCL_STOP
|
||||
}
|
||||
|
||||
// strict mode: next byte must be EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue