From: Matej V. <ve...@de...> - 2008-08-25 11:06:43
|
Michael Ströder <mi...@st...> writes: > Matej Vela wrote: >> The type checking seems to be a bit overzealous. Try changing line 108 >> of Modules/options.c from >> >> LDAPControl_List_DEL(ptr); >> >> to >> >> LDAPControl_List_DEL((LDAPControl**) ptr); > > Matej, do you think we should change this in general? Yes, can't hurt (though most compilers are fine with both). Cheers, Matej |