SunStudio compile

Matej Vela vela at debian.org
Mon Aug 25 13:06:31 CEST 2008


Michael Ströder <michael at stroeder.com> 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




More information about the python-ldap mailing list