aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 14:02:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 14:02:34 +0000
commit1d2ddae1607b32d5183a9d9cdd0ccf57127e3dc3 (patch)
tree1fbf80c20607cbb4ec5788c5c584ff564c736408 /ChangeLog
parent496d7cc886ddf7b466019a65506d3b9977bca8d4 (diff)
downloadruby-1d2ddae1607b32d5183a9d9cdd0ccf57127e3dc3.tar.gz
siphash.c: union sip_init_state
* siphash.c (sip_init_state): use union to suppress warnings by gcc 4.7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 743038a103..42807550c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 9 23:02:25 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * siphash.c (sip_init_state): use union to suppress warnings by gcc
+ 4.7.
+
Fri Nov 9 19:40:03 2012 NARUSE, Yui <naruse@ruby-lang.org>
* array.c (rb_ary_splice): fix r37583 doesn't consider the case when