Hi Peff, On Tue, 1 Mar 2016, Jeff King wrote: > On Tue, Mar 01, 2016 at 06:49:43AM +0100, Torsten Bögershausen wrote: > > > However, suspecting jk/epipe-in-async, I don't know if we can do > > something against this warning: > > > > CC run-command.o run-command.c: In function 'async_exit': > > run-command.c:631:1: warning: 'noreturn' function does return } ^ > > The only thing that function does is call pthread_exit(), which should > also be marked NORETURN. Looks like the one in compat/win32/pthread.h > isn't? Correct. Expect a patch momentarily. Ciao, Dscho