Обсуждение: pgsql: Remove -Winline from the default set of CFLAGS for gcc.

Поиск
Список
Период
Сортировка

pgsql: Remove -Winline from the default set of CFLAGS for gcc.

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Remove -Winline from the default set of CFLAGS for gcc.  It's gotten much
too noisy to be useful as of gcc 4.3, and we were never really doing
anything about inlining warnings anyway.

Modified Files:
--------------
    pgsql:
        configure.in (r1.563 -> r1.564)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.563&r2=1.564)
        configure (r1.600 -> r1.601)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.600&r2=1.601)