From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] kerberos related warning |
Date: | 2006-07-12 02:38:08 |
Message-ID: | 44B46090.3030502@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Joe Conway wrote:
> I just noticed this warning:
>
> 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 think the attached is the appropriate fix. Any objections?
(moved to patches)
Applied.
Joe
Attachment | Content-Type | Size |
---|---|---|
current.pgsql.diff | text/x-patch | 1.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2006-07-12 03:38:08 | Re: row() is [not] null infelicities |
Previous Message | Christopher Kings-Lynne | 2006-07-12 01:39:55 | Re: More nuclear options |
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2006-07-12 04:19:12 | Re: reply to ... |
Previous Message | Joshua D. Drake | 2006-07-12 02:01:22 | Re: reply to ... |