mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
win32: silence some warnings
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user