Re: Remove warning about const qualifier

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Remove warning about const qualifier
Date: 2007-04-16 18:51:55
Message-ID: 9530.1176749515@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Kris Jurka <books(at)ejurka(dot)com> writes:
> The attached patch removes this warning:
> encnames.c:511: warning: passing argument 1 of 'clean_encoding_name'
> discards qualifiers from pointer target type

Applied, but I've not seen that warning myself ... what compiler are
you using exactly?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2007-04-16 19:04:38 Re: Remove warning about const qualifier
Previous Message Andrew Dunstan 2007-04-16 18:47:55 Re: Re: IDENTITY/GENERATED v36 Re: [PATCHES] Final version of IDENTITY/GENERATED patch