Open GoogleCodeExporter opened 9 years ago
Is there a reason why suggestion 2) could not be implemented?
Disabling warnings is a bad idea in my opinion.
Original comment by daCh...@gmail.com
on 10 Apr 2014 at 8:27
If pthread_t() does not work in all cases then I see no harm of using
pthread_self() instead. That should provide valid value for pthread_t. Initial
value doesn't really have a meaning in here as there is boolean has_owner_ that
defines whether this value is valid or not.
Original comment by daCh...@gmail.com
on 10 Apr 2014 at 8:41
2) seems to work for me on linux and windows, thanks.
Adding -Wmissing-field-initializers is hard to do surgically, I'd rather not
turn off any warnings.
Original comment by daniel.r...@gmail.com
on 8 Oct 2014 at 10:33
2) worked for me on OSX 10.9, Xcode 6.1.1
Original comment by ketilwri...@gmail.com
on 11 Dec 2014 at 10:05
Original issue reported on code.google.com by
gmark...@gmail.com
on 13 May 2013 at 12:43