summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane2008-08-19 19:17:40 +0000
committerTom Lane2008-08-19 19:17:40 +0000
commit3cab8bdf4384d3353bec1b5655256d19d75c181d (patch)
tree6e7094ef119aadfa14e83e38acc829ec51eb0041 /configure
parent9650830bc82045b32573e52b0843d6a2f56b802a (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f6815d3b1c..cde00667b3 100755
--- a/configure
+++ b/configure
@@ -3601,7 +3601,7 @@ fi
# ICC pretends to be GCC but it's lying; it doesn't support these options.
if test "$GCC" = yes -a "$ICC" = no; then
- CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith -Winline"
+ CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wpointer-arith"
# These work in some but not all gcc versions
{ echo "$as_me:$LINENO: checking if $CC supports -Wdeclaration-after-statement" >&5
echo $ECHO_N "checking if $CC supports -Wdeclaration-after-statement... $ECHO_C" >&6; }