mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
ITS#1744 silence warning
This commit is contained in:
parent
384ed3461a
commit
987339b71d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ ldap_pvt_thread_create( ldap_pvt_thread_t * thread,
|
|||
unsigned long tid;
|
||||
HANDLE thd;
|
||||
|
||||
thd = _beginthreadex( NULL, 0,
|
||||
thd = (HANDLE) _beginthreadex( NULL, 0,
|
||||
(LPTHREAD_START_ROUTINE) start_routine, arg,
|
||||
0, &tid );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue