Re: wldap32: Silence a compiler warning.
Dmitry Timoshkov wrote:
--- 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 f7e93dd..6439ba6 100644 --- a/dlls/wldap32/parse.c +++ b/dlls/wldap32/parse.c @@ -444,7 +444,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;
Dmitry,, Alexandre doesn't want to accept that patch. See http://www.winehq.org/pipermail/wine-devel/2009-January/072151.html bye michael
"Michael Stefaniuc" <mstefani(a)redhat.com> wrote:
Alexandre doesn't want to accept that patch. See http://www.winehq.org/pipermail/wine-devel/2009-January/072151.html
Hmm, clearly there are other places in that file that already do casting, and that's the only place where there is no one. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Michael Stefaniuc