mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-10 17:20:20 -04:00
Silence spurious fallthru warning
This commit is contained in:
parent
37e99c2b9d
commit
697d52b6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -8184,7 +8184,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:
|
||||
COPY_PGNO(fp->mp_pgno, mp->mp_pgno);
|
||||
mc->mc_xcursor->mx_cursor.mc_pg[0] = fp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue