[Date Prev][Date Next] [Chronological] [Thread] [Top]

[PATCH] libraries/libldap_r warning (ITS#1744)



Full_Name: Mike Gerdts
Version: 2.0.23
OS: Win2k
URL: ftp://ftp.openldap.org/incoming/thr_nt-typecast.patch
Submission from: (NULL) (143.209.6.104)


MSVC++ Reports:
X:\source\openldap\2.0.23\ldap\libraries\libldap_r\thr_nt.c(43) : warning C4047:
'=' : 'void *' differs in levels of indirection from 'unsigned long '

According to http://support.microsoft.com/default.aspx?scid=kb;EN-US;q132078
a cast is common here.