diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 15:02:17 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-05 15:02:17 +0000 |
commit | a0842e7cd84f263d0c54b3466c1f0f75d4b0a4c8 (patch) | |
tree | bf9eef5b877295dfea275519208cc520c467f6f6 /ChangeLog | |
parent | 54a6cd84dfb7e4bd6056569b8806017b6a17ea4e (diff) | |
download | ruby-a0842e7cd84f263d0c54b3466c1f0f75d4b0a4c8.tar.gz |
* numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress
warnings by -Wsign-compare.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Nov 5 23:58:32 2016 Shugo Maeda <shugo@ruby-lang.org> + + * numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress + warnings by -Wsign-compare. + Sat Nov 5 23:48:27 2016 NARUSE, Yui <naruse@ruby-lang.org> * file.c (rb_home_dir_of): convert given username into filesystem |