mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[KERNEL32] FatalAppExitW: Add an 'UNREFERENCED_LOCAL_VARIABLE(Status)' (#2883)
Addendum to 21d2accad3
(r71793).
This commit is contained in:
parent
450425028c
commit
8140203940
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue