Silence spurious fallthru warning

This commit is contained in:
Howard Chu 2021-07-07 12:26:18 +01:00
parent b46a60e390
commit 493577a6cd
No known key found for this signature in database
GPG Key ID: FD2A70B44AB11BA7
1 changed files with 1 additions and 1 deletions

View File

@ -7725,7 +7725,7 @@ more:
offset *= 4; /* space for 4 more */
break;
}
/* FALLTHRU: Big enough MDB_DUPFIXED sub-page */
/* FALLTHRU *//* Big enough MDB_DUPFIXED sub-page */
case MDB_CURRENT:
fp->mp_flags |= P_DIRTY;
COPY_PGNO(fp->mp_pgno, mp->mp_pgno);