diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 09:28:20 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 09:28:20 +0000 |
commit | 075530a6850ebf899e8874d7675fd900577c9554 (patch) | |
tree | 45dd63e7b9262c43ebd8ef19b0057a150d1e3eb5 /ChangeLog | |
parent | 1b039e2a922db417e7fd7e5175476497fb083e7e (diff) | |
download | ruby-075530a6850ebf899e8874d7675fd900577c9554.tar.gz |
* suppress warnings with -Wwrite-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Sat May 31 18:28:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * suppress warnings with -Wwrite-string. + Sat May 31 18:26:33 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_delete_if): should return enumerator if no block |