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
committed by nalla
parent d697d998bd
commit 4826853b5e

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;