Re: compiler warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiler warning
Дата
Msg-id 12548.1249241600@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiler warning  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> A little while ago, I saw a compiler warning creep in:
> In file included from gram.y:11202:
> scan.c: In function ‘yy_try_NUL_trans’:
> scan.c:15765: warning: unused variable ‘yyg’

Yeah, this is a bogosity in the current release of "flex".
http://sourceforge.net/tracker/index.php?func=detail&aid=2820457&group_id=97492&atid=618177
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: compiler warning
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: WIP: to_char, support for EEEE format