pgsql: Add -Winline to the default CFLAGS for gcc, and remove

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add -Winline to the default CFLAGS for gcc, and remove
Дата
Msg-id 20051005171146.001F1DA239@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add -Winline to the default CFLAGS for gcc, and remove
-Wold-style-definition, per recent discussion.

Modified Files:
--------------
    pgsql:
        configure.in (r1.426 -> r1.427)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.426&r2=1.427)
        configure (r1.455 -> r1.456)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.455&r2=1.456)

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

Предыдущее
От: meskes@svr1.postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Also synced the ecpg lexer with the backend lexer.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make set_function_size_estimates() marginally smarter: per