Closed sthalik closed 8 years ago
GNU CC complains about the return value without an actual return.
This is caused by pthread_exit in pthread.h on mingw-w64 lacking the noreturn attribute.
pthread_exit
pthread.h
thx
GNU CC complains about the return value without an actual return.
This is caused by
pthread_exit
inpthread.h
on mingw-w64 lacking the noreturn attribute.