]> 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>
Fri, 15 Nov 2019 16:07:51 +0000 (16:07 +0000)
libraries/liblmdb/mdb.c

index bef7e25fa59dbf054235867756dfb3a5b659f789..d55a6965592aa9640a6aac6ed51d9166788346a5 100644 (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);