aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-15 04:35:58 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-15 04:35:58 +0000
commit4f6bd5b5e9fa6c7a63b34ddd0b8f1f576589ca2c (patch)
tree06f092950d10b1079e2d9cc9ee6b1bb00732a3ec /configure.ac
parent7a4da3287336ab07e5c53931fff4f26308f1108c (diff)
downloadruby-4f6bd5b5e9fa6c7a63b34ddd0b8f1f576589ca2c.tar.gz
-Wno-cast-function-type
GCC 8.1+ introduced this warning in -Weverything. It does shed some lights on something, but rather annoying than useful ATM. Might be a subject to revert this option in a future. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c1f6525634..e59ecf5b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,6 +457,7 @@ AS_IF([test "$GCC:${warnflags+set}:no" = yes::no], [
-Wno-parentheses-equality \
-Wno-constant-logical-operand \
-Wno-self-assign \
+ -Wno-cast-function-type \
-Wunused-variable \
-Werror=implicit-int \
-Werror=pointer-arith \