Files
git/compat
Johannes Schindelin 8e1fe06cd9 mingw: squash another warning about a cast
MSys2's compiler is correct that casting a "void *" to a "DWORD" loses
precision, but in the case of pthread_exit() we know that the value
fits into a DWORD.

Just like casting handles to DWORDs, let's work around this issue by
casting to "intrptr_t" first, and immediately cast to the final type.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-01-26 18:38:21 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-26 18:38:18 +01:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00