From cee0d7f2ada4d09b49ad7b10689198a4d96b7712 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Sat, 8 Nov 2014 17:17:43 +1100 Subject: win32: silence some warnings Signed-off-by: wm4 --- osdep/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') diff --git a/osdep/io.c b/osdep/io.c index 00715288a9..7c46dd47ab 100644 --- a/osdep/io.c +++ b/osdep/io.c @@ -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) -- cgit v1.2.3