Silence spurious fallthru warning

This commit is contained in:
Howard Chu 2019-11-15 16:07:51 +00:00
parent 522c62035c
commit d7b515ca3b

View file

@ -7671,7 +7671,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);