aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 15:05:30 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 15:05:30 +0000
commit94179d75504d554efa5d07225ed470ce1fcec2de (patch)
tree26c8828323f518e99e2f756d7a1a4ef6fcbf70b6 /ChangeLog
parent623cc8ace5e19566c9ca4cae4d2a0943d785a9db (diff)
downloadruby-94179d75504d554efa5d07225ed470ce1fcec2de.tar.gz
* configure.in (-Wimplicit-fallthrough): gcc7 introduces case
fall through warnings but it is too noisy. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcd5d9c1f1..b58b96ce6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 6 00:03:09 2016 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * configure.in (-Wimplicit-fallthrough): gcc7 introduces case
+ fall through warnings but it is too noisy.
+ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652
+
Sat Nov 5 23:58:32 2016 Shugo Maeda <shugo@ruby-lang.org>
* numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress