mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 19:34:15 +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
|
#else
|
||||||
__nothrow
|
__nothrow
|
||||||
#endif /* __THROW */
|
#endif /* __THROW */
|
||||||
__noreturn;
|
MDBX_NORETURN;
|
||||||
#define __assert_fail(assertion, file, line, function) \
|
#define __assert_fail(assertion, file, line, function) \
|
||||||
__assert(assertion, file, line, function)
|
__assert(assertion, file, line, function)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user