OSDN Git Service

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)
commit3cab8bdf4384d3353bec1b5655256d19d75c181d
tree6e7094ef119aadfa14e83e38acc829ec51eb0041
parent9650830bc82045b32573e52b0843d6a2f56b802a
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