Time to get rid of -Winline ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Time to get rid of -Winline ?
Дата
Msg-id 4877.1219163117@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Having recently updated my work machine to Fedora 9, I'm now getting
blessed with all the -Winline warnings that gcc 4.3 likes to emit.
I recall some other folk complaining of that previously.  While I could
suppress the switch in a Makefile.custom, I'm wondering whether it's
really doing anything for us.  The original motivation for putting it in
by default was to find out how many of our "inline" decorations were
really working, but AFAIR we have never done anything with that issue
anyway...
        regards, tom lane


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

Предыдущее
От: Joshua Drake
Дата:
Сообщение: Re: A smaller default postgresql.conf
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Patch: plan invalidation vs stored procedures