From 6c4387b4f2aa2e81bfd611fe5b5d9f67a2928b7b Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 3 Oct 2013 13:17:45 +0000 Subject: fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac8458d12f..befeadb615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,7 +67,7 @@ Wed Oct 2 14:19:57 2013 Nobuyoshi Nakada Tue Oct 1 23:44:00 2013 Charlie Somerville - * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clang + * vm_core.h: use __attribute__((unused)) in UNINITIALIZED_VAR on clang 4.0+ instead of just on 4.2. Clang has supported the unused attribute since before version 4, so this should be safe. -- cgit v1.2.3