Charles Davis : wldap32: Silence a compiler warning.

Alexandre Julliard julliard at winehq.org
Mon Oct 10 10:25:36 CDT 2011


Module: wine
Branch: master
Commit: ad72c422ff186cbfd952569ccf077238a277f4ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ad72c422ff186cbfd952569ccf077238a277f4ed

Author: Charles Davis <cdavis at mymail.mines.edu>
Date:   Sun Oct  9 13:07:52 2011 -0600

wldap32: Silence a compiler warning.

---

 dlls/wldap32/parse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wldap32/parse.c b/dlls/wldap32/parse.c
index 1d65e40..62ffdba 100644
--- a/dlls/wldap32/parse.c
+++ b/dlls/wldap32/parse.c
@@ -442,7 +442,7 @@ INT CDECL ldap_parse_vlv_controlW( WLDAP32_LDAP *ld, PLDAPControlW *control,
 
 #ifdef HAVE_LDAP_PARSE_VLV_CONTROL
     if (!(ret = ldap_parse_vlv_control( ld, controlU, &pos, &count,
-                                        context, errcode )))
+                                        (struct berval **)context, errcode )))
     {
         *targetpos = pos;
         *listcount = count;




More information about the wine-cvs mailing list