mdbx: корректировка прототипа __asan_default_options().

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

View File

@ -25623,7 +25623,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:"