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? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html