Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
d7b515ca
Commit
d7b515ca
authored
Nov 15, 2019
by
Howard Chu
Browse files
Silence spurious fallthru warning
parent
522c6203
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
d7b515ca
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment