Silence spurious fallthru warning

This commit is contained in:
Howard Chu
2021-07-07 12:26:18 +01:00
parent b46a60e390
commit 493577a6cd

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);