diff --git a/dll/win32/kernel32/client/proc.c b/dll/win32/kernel32/client/proc.c index b44624c381b..9b680eb5330 100644 --- a/dll/win32/kernel32/client/proc.c +++ b/dll/win32/kernel32/client/proc.c @@ -1609,6 +1609,8 @@ FatalAppExitW(IN UINT uAction, #if DBG /* Give the user a chance to abort */ if ((NT_SUCCESS(Status)) && (Response == ResponseCancel)) return; +#else + UNREFERENCED_LOCAL_VARIABLE(Status); #endif /* Otherwise kill the process */