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

Started by Tom Lanealmost 18 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)