Eliminate 'pointer targets differ in signedness' compiler warning (Win32)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 9 Oct 2018 07:59:39 +0000 (10:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 9 Oct 2018 09:01:21 +0000 (12:01 +0300)
commitf84fc540b18d33f4e1111f21d4a437cf644b00d7
treecaee5ed60ebb21f855023f167eb55838e538fb12
parent88736fcc1e64191cd3844519f5fe1451a7d9a61e
Eliminate 'pointer targets differ in signedness' compiler warning (Win32)
(fix of commit b66a887d7)

* win32_threads.c [!GC_NO_THREADS_DISCOVERY] (GC_Thread_Rep.tm): Add
long_in_use field to union; add comment.
* win32_threads.c [!GC_NO_THREADS_DISCOVERY]
(GC_register_my_thread_inner): Pass pointer to long_in_use field
instead of a pointer to in_use one casted to word*; remove outdated
comment.
win32_threads.c