28 Jan
2023
28 Jan
'23
2:26 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. -- v2: include/msvcrt: Add noreturn attribute to _assert. https://gitlab.winehq.org/wine/wine/-/merge_requests/2051