Skip to content

include/msvcrt: Add noreturn attribute to _assert.

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.

Merge request reports

Loading