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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)