Re: [PATCHES] kerberos related warning - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] kerberos related warning
Date
Msg-id 200607121452.42558.peter_e@gmx.net
Whole thread Raw
In response to kerberos related warning  (Joe Conway <mail@joeconway.com>)
Responses Re: [PATCHES] kerberos related warning  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
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?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Three weeks left until feature freeze
Next
From: "Jim Buttafuoco"
Date:
Subject: pg_dump and inherits issue