ntdll: Silence clang warning.

Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2021-05-23 13:20:55 -07:00 committed by Alexandre Julliard
parent cb6a6bb6cf
commit 1bfa845a67
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ void abort_process( int status )
/***********************************************************************
* exit_thread
*/
static void exit_thread( int status )
static DECLSPEC_NORETURN void exit_thread( int status )
{
static void *prev_teb;
TEB *teb;