mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx: fix obsolete __noreturn
.
Change-Id: Ic78843d6f16de2a409c16ceecc7acb2ed8aa3e68
This commit is contained in:
parent
dc2cd19d56
commit
280ed17ea2
@ -141,7 +141,7 @@ __extern_C void __assert(const char *, const char *, unsigned int, const char *)
|
||||
#else
|
||||
__nothrow
|
||||
#endif /* __THROW */
|
||||
__noreturn;
|
||||
MDBX_NORETURN;
|
||||
#define __assert_fail(assertion, file, line, function) \
|
||||
__assert(assertion, file, line, function)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user