New flex warnings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема New flex warnings
Дата
Msg-id 200805091559.44807.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: New flex warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
With GCC 4.3, I get warnings from every flex scanner that 'input' is defined
but not used.  This can be solved by adding %option noinput.  I tested this
option with a current flex and with the old 2.5.4a; both accept it.  See
attached patch.  Does anyone see problems with this?

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [NOVICE] encoding problems
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Verified fix for Bug 4137