mdbx-test: fix MSVC warnings (minor).

This commit is contained in:
Leonid Yuriev
2019-10-10 00:57:22 +03:00
parent 95bb371b0d
commit e5bd1a6d6f
3 changed files with 9 additions and 10 deletions

View File

@@ -15,7 +15,6 @@
#include "test.h"
bool testcase_append::run() {
MDBX_dbi dbi;
int err = db_open__begin__table_create_open_clean(dbi);
if (unlikely(err != MDBX_SUCCESS)) {
log_notice("append: bailout-prepare due '%s'", mdbx_strerror(err));