Re: compiler warnings on the buildfarm - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: compiler warnings on the buildfarm
Date
Msg-id 46978301.5050302@sun.com
Whole thread Raw
In response to Re: compiler warnings on the buildfarm  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas wrote:
> Zdenek Kotala wrote:
>> If I look there 
>> http://www.opengroup.org/onlinepubs/008329799/chap5.htm#tagcjh_06
>>
>> in "Call Back Information" section. The structure is defined as
>>
>>     struct pam_conv{ int (*conv) (int, struct pam_message **, struct 
>> pam_response **, void *); void *appdata_ptr; };
>>
>>
>> I don't see any "const" keyword there.
> 
> Right after that:
> 
>>      where int conv(int num_msg, const struct pam_message **msg, 
>> struct pam_response **resp, void *appdata_ptr); 

Ups, I overlooked it.

> How confusing...

Yes agree.
    Zdenek




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: compiler warnings on the buildfarm
Next
From: Hannu Krosing
Date:
Subject: has anyone looked at burstsort ?