]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Silence stupid fallthru warning
authorHoward Chu <hyc@openldap.org>
Tue, 16 Jun 2020 18:57:41 +0000 (19:57 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Jun 2020 18:57:41 +0000 (19:57 +0100)
libraries/liblmdb/mdb.c

index 01fa3ea8dd1d4962cf795193cee8e9e67187e0e6..f09441052cda7082cf3eba0831d44325c335e405 100644 (file)
@@ -6799,7 +6799,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);