mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 19:24:13 +08:00
test: fix minor defects (coverity).
Change-Id: I87165ca771a717815a2c81c36fcf1e9add2536bb
This commit is contained in:
parent
d01a97f729
commit
e4a8a144b6
@ -125,9 +125,11 @@ bool output(const logging::loglevel priority, const char *format, va_list ap) {
|
|||||||
switch (end) {
|
switch (end) {
|
||||||
default:
|
default:
|
||||||
putc('\n', last);
|
putc('\n', last);
|
||||||
|
// fall through
|
||||||
case '\n':
|
case '\n':
|
||||||
fflush(last);
|
fflush(last);
|
||||||
last = nullptr;
|
last = nullptr;
|
||||||
|
// fall through
|
||||||
case ' ':
|
case ' ':
|
||||||
case '_':
|
case '_':
|
||||||
case ':':
|
case ':':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user