Commit 1bfa845a authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

ntdll: Silence clang warning.

parent cb6a6bb6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment