From a95369b33de8718a9cb9cc7390b9413d9509c53f Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 15 May 2018 04:35:58 +0000 Subject: -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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 \ -- cgit v1.2.3