mdbx: fix proto of __asan_default_options() (backport).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2023-02-10 13:03:23 +03:00
parent b7ace5b216
commit d504ca1747

View File

@ -23266,7 +23266,7 @@ __dll_export
};
#ifdef __SANITIZE_ADDRESS__
LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options() {
LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options(void) {
return "symbolize=1:allow_addr2line=1:"
#if MDBX_DEBUG
"debug=1:"