mdbx: conform to and use -Wpedantic.

Change-Id: I3056af7ae53c5a7c3ecbfe828ab1d5ee94c2bc26
This commit is contained in:
Leonid Yuriev
2019-10-26 00:02:28 +03:00
parent c694325ab7
commit 84bff89eb1
9 changed files with 136 additions and 140 deletions

View File

@@ -90,7 +90,7 @@ void osal_setup(const std::vector<actor_config> &actors) {
if (rc)
failure_perror("pthread_cond_init(shared)", rc);
log_trace("osal_setup: event(shared pthread_cond) %" PRIuPTR " -> %p", i,
event);
__Wpedantic_format_voidptr(event));
}
shared->conds_size = actors.size() + 1;