gcc 4.8 compiler warning in ecpg check - Mailing list pgsql-hackers

From Peter Eisentraut
Subject gcc 4.8 compiler warning in ecpg check
Date
Msg-id 1383416717.20719.2.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: gcc 4.8 compiler warning in ecpg check  (Michael Meskes <meskes@postgresql.org>)
List 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?




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add accurate option to pgbench
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #8573: int4range memory consumption