gcc 4.8 compiler warning in ecpg check

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема gcc 4.8 compiler warning in ecpg check
Дата
Msg-id 1383416717.20719.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: gcc 4.8 compiler warning in ecpg check  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add accurate option to pgbench
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #8573: int4range memory consumption