win32: silence some warnings

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
James Ross-Gowan
2014-11-08 17:17:43 +11:00
committed by wm4
parent 9f239464da
commit cee0d7f2ad
2 changed files with 3 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ int mp_make_cloexec_pipe(int pipes[2])
#ifdef __MINGW32__
int mp_make_wakeup_pipe(int pipes[2])
{
mp_make_cloexec_pipe(pipes);
return mp_make_cloexec_pipe(pipes);
}
#else
// create a pipe, and set it to non-blocking (and also set FD_CLOEXEC)