Re: Compiler warning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compiler warning
Date: 2009-05-20 13:24:21
Message-ID: 26968.1242825861@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message pg 2009-05-20 13:50:53 Re: realloc overhead (was Multiple sorts in a query)
Previous Message Robert Haas 2009-05-20 11:25:03 Re: Proposal: functions get_text() or get_url()