1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Clutter the code with "fall-through" comments in order to suppress nuisance

compiler warnings.  No logic changes.

FossilOrigin-Name: 05d2cf5e90d2a6b8e7fbcdb9e12e7c1281db7cfbe212997bd63c8aa66797edda
This commit is contained in:
drh
2024-01-16 15:04:19 +00:00
parent 9239fb59ad
commit 6ad928d91d
4 changed files with 14 additions and 8 deletions

View File

@@ -1911,6 +1911,7 @@ json_parse_restart:
return i+4;
}
/* fall-through into the default case that checks for NaN */
/* no break */ deliberate_fall_through
}
default: {
u32 k;