From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCHES] kerberos related warning |
Date: | 2006-07-12 14:06:22 |
Message-ID: | 44B501DE.8060201@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Peter Eisentraut wrote:
> Am Mittwoch, 12. Juli 2006 04:38 schrieb Joe Conway:
>
>>>gcc -O -Wall -Wmissing-prototypes -Wpointer-arith -Winline
>>>-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g
>>>-pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic
>>>-DFRONTEND -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/et
>>>-I../../../src/port -c -o fe-auth.o fe-auth.c -MMD
>>>fe-auth.c: In function 'pg_fe_getauthname':
>>>fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers
>>>from pointer target type
>
>
> I don't see that. Which Kerberos version do you have?
I don't think it's related to Kerberos except that the entire problem is
#ifdef'd out unless "configure --with-krb5" is used. Maybe more
related to gcc version? In any case, I'm running stock fedora core 5:
krb5-libs-1.4.3-4.1
gcc-4.1.1-1.fc5
Joe
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2006-07-12 14:14:53 | Re: Three weeks left until feature freeze |
Previous Message | Larry Rosenman | 2006-07-12 14:01:51 | Re: [patch 0/9] annual pgcrypto update |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-07-12 14:26:51 | Re: reply to ... |
Previous Message | Larry Rosenman | 2006-07-12 14:01:51 | Re: [patch 0/9] annual pgcrypto update |