28 Jan
2023
28 Jan
'23
6:45 a.m.
This informs the compiler that no code will ever run after an assertion failure (unless NDEBUG is defined), which increases accuracy of compiler warnings and static analyses. -- v3: include/msvcrt: Add noreturn attribute to _assert. include/msvcrt: Add noreturn attribute to RtlRaiseStatus. https://gitlab.winehq.org/wine/wine/-/merge_requests/2051