Re: [PATCHES] kerberos related warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org, Joe Conway <mail(at)joeconway(dot)com>
Subject: Re: [PATCHES] kerberos related warning
Date: 2006-07-12 12:52:41
Message-ID: 200607121452.42558.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Buttafuoco 2006-07-12 13:06:33 pg_dump and inherits issue
Previous Message Peter Eisentraut 2006-07-12 12:28:09 Re: Three weeks left until feature freeze

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2006-07-12 13:22:45 Re: The vacuum-ignore-vacuum patch
Previous Message Greg Stark 2006-07-12 07:55:38 Re: reply to ...