Squash compile warning with MSys2

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2015-02-14 15:03:58 +00:00
parent e3d557db33
commit 3ec9736b88

View File

@@ -77,7 +77,7 @@ extern pthread_t pthread_self(void);
static inline int pthread_exit(void *ret)
{
ExitThread((DWORD)ret);
ExitThread((DWORD)(size_t)ret);
}
typedef DWORD pthread_key_t;