include: Add noreturn attribute to RtlRaiseStatus.
commit36575a2e7a04d671d6f9cbe7d261bdbd433f6e33
authorJinoh Kang <jinoh.kang.kr@gmail.com>
Sat, 28 Jan 2023 05:08:07 +0000 (28 14:08 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Jan 2023 17:55:57 +0000 (30 18:55 +0100)
tree252ac583b0ba51a4dca3ebe45cabb61727a61ce0
parent7930cc4c96659cf86cf03aaae446bb35b81f5e70
include: Add noreturn attribute to RtlRaiseStatus.

This informs the compiler that no code following a RtlRaiseStatus() call
will execute, which increases the accuracy of compiler warnings and
static analyses.
dlls/ntdll/exception.c
include/winternl.h