[Bug 202660] Fix lang/ruby21 installed header to fix signed shift warnings for other ports (e.g. devel/rubygem-thrift)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 6 22:18:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202660

Michael Moll <mmoll at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmoll at freebsd.org

--- Comment #1 from Michael Moll <mmoll at freebsd.org> ---
https://github.com/ruby/ruby/commit/1efb3c31b731e99627bbc0da13dfd3463bb67c67
did change this i upstream to
#define INT2FIX(i) (((VALUE)(i))<<1 | FIXNUM_FLAG)
could you check if that solves the problem with clang 3.7.0?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ruby mailing list