mdbx: fix minor warnings.

Change-Id: Iaa614a7d4325d3de6d863c20020c62954da7a1bf
This commit is contained in:
Leonid Yuriev
2019-10-25 22:56:25 +03:00
parent a0ec89e468
commit c694325ab7
5 changed files with 24 additions and 24 deletions

4
mdbx.h
View File

@@ -834,8 +834,8 @@ typedef void MDBX_assert_func(const MDBX_env *env, const char *msg,
LIBMDBX_API int mdbx_env_set_assert(MDBX_env *env, MDBX_assert_func *func);
/* FIXME: Complete description */
LIBMDBX_API char *mdbx_dump_val(const MDBX_val *key, char *const buf,
const size_t bufsize);
LIBMDBX_API const char *mdbx_dump_val(const MDBX_val *key, char *const buf,
const size_t bufsize);
/**** THE FILES ****************************************************************
* At the file system level, the environment corresponds to a pair of files. */