msvcrt: Remove warning hack.
This commit is contained in:
parent
038e3d3773
commit
d42ed7595c
|
@ -360,8 +360,6 @@ MSVCRT_intptr_t CDECL _cwait(int *status, MSVCRT_intptr_t pid, int action)
|
|||
HANDLE hPid = (HANDLE)pid;
|
||||
int doserrno;
|
||||
|
||||
action = action; /* Remove warning */
|
||||
|
||||
if (!WaitForSingleObject(hPid, INFINITE))
|
||||
{
|
||||
if (status)
|
||||
|
|
Loading…
Reference in New Issue