Re: additional GCC warnings

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: additional GCC warnings
Date: 2004-10-18 14:34:29
Message-ID: 200410181634.29374.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeroen T. Vermeulen wrote:
> IIRC it's a new feature in C99. If that is the case, you may want to
> tell gcc simply to compile an older C dialect and get errors for all
> such newfangled code.

We make occasional, optional use of C99 features, so we don't want to
turn it off completely.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-10-18 14:43:37 Re: gettext calls in pgport
Previous Message Peter Eisentraut 2004-10-18 14:31:48 gettext calls in pgport