]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Silence spurious fallthru warning
authorHoward Chu <hyc@openldap.org>
Fri, 15 Nov 2019 16:07:51 +0000 (16:07 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 12:31:00 +0000 (13:31 +0100)
libraries/liblmdb/mdb.c

index 13afa0c37af3a5cbd352718eba4c72660a374ce9..83b18ecd2878819bcf77e0234524041115358fb0 100644 (file)
@@ -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;