[KERNEL32] FatalAppExitW: Add an 'UNREFERENCED_LOCAL_VARIABLE(Status)' (#2883)

Addendum to 21d2accad3 (r71793).
This commit is contained in:
Serge Gautherie 2020-06-04 22:35:54 +02:00 committed by GitHub
parent 450425028c
commit 8140203940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */