Re: [PATCH 12/12] MINGW: compat/mingw.h: drop fork() definition

2014-04-28 Thread Erik Faye-Lund
On Mon, Apr 28, 2014 at 3:51 PM, Marat Radchenko wrote: > fork() is not used in MinGW builds but causes a compiler warning > on x86_64 MinGW-W64: conflicting types for built-in function 'fork' > > Signed-off-by: Marat Radchenko > --- > compat/mingw.h | 2 -- > 1 file changed, 2 deletions(-) > >

[PATCH 12/12] MINGW: compat/mingw.h: drop fork() definition

2014-04-28 Thread Marat Radchenko
fork() is not used in MinGW builds but causes a compiler warning on x86_64 MinGW-W64: conflicting types for built-in function 'fork' Signed-off-by: Marat Radchenko --- compat/mingw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/compat/mingw.h b/compat/mingw.h index 8850109..2fbc8ea 10064