Remove -Winline from the default set of CFLAGS for gcc. It's gotten much
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 19:17:40 +0000 (19:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 19:17:40 +0000 (19:17 +0000)
commit3e91f77dab930d279375c8e1eee5a41785188619
treedec7697646b859d3c2ab62124c8f860013ce83af
parent9a49454d7694a0dc199e899e83c5506520e05d15
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.
configure
configure.in