gcc 4.8 compiler warning in ecpg check

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: gcc 4.8 compiler warning in ecpg check
Date: 2013-11-02 18:25:17
Message-ID: 1383416717.20719.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

With gcc 4.8, I get a compiler warning when building the ecpg test
files:

define.pgc: In function 'main':
define.pgc:21:19: warning: typedef 'string' locally defined but not used [-Wunused-local-typedefs]
typedef char string[NAMELEN];
^

This could be removed, but is it something that is actually part of what
is being tested?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-11-02 19:29:36 Re: [BUGS] BUG #8573: int4range memory consumption
Previous Message Tom Lane 2013-11-02 17:21:06 Re: Add accurate option to pgbench