From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Subject: | Re: Compiler warning |
Date: | 2009-05-20 23:47:54 |
Message-ID: | 200905210247.55315.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wednesday 20 May 2009 16:24:21 Tom Lane wrote:
> Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> writes:
> > Hmm, it is a false alarm, but would be nice to have a warning-free
> > build. I don't see that warning here on gcc 4.3.3 by default, but I do
> > when I set -Wformat-security. I presume you had that set as well.
>
> Would it be worth having configure probe for that switch and add it to
> CFLAGS if available?
Note that applying this patch would introduce a double-translation issue of
the sort that you had complained about a while ago. I'm unsure which way to
proceed here.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2009-05-21 01:12:26 | Re: some more plural messages |
Previous Message | Peter Eisentraut | 2009-05-20 23:46:25 | Re: A couple of gripes about the gettext plurals patch |