[前][次][番号順一覧][スレッド一覧]

ruby-changes:51222

From: shyouhei <ko1@a...>
Date: Tue, 15 May 2018 13:36:04 +0900 (JST)
Subject: [ruby-changes:51222] shyouhei:r63429 (trunk): -Wno-cast-function-type

shyouhei	2018-05-15 13:35:58 +0900 (Tue, 15 May 2018)

  New Revision: 63429

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63429

  Log:
    -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.

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 63428)
+++ configure.ac	(revision 63429)
@@ -457,6 +457,7 @@ AS_IF([test "$GCC:${warnflags+set}:no" = https://github.com/ruby/ruby/blob/trunk/configure.ac#L457
 		 -Wno-parentheses-equality \
 		 -Wno-constant-logical-operand \
 		 -Wno-self-assign \
+		 -Wno-cast-function-type \
 		 -Wunused-variable \
 		 -Werror=implicit-int \
 		 -Werror=pointer-arith \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]