[macruby-changes] [MacRuby/MacRuby] b158b1: Import CRuby change to explicitly ignore GCC exten...

GitHub noreply at github.com
Sun Dec 2 14:01:45 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/MacRuby/MacRuby
  Commit: b158b1b89891ce388d968286f8ffdbe619ed936c
      https://github.com/MacRuby/MacRuby/commit/b158b1b89891ce388d968286f8ffdbe619ed936c
  Author: Mark Rada <marada at uwaterloo.ca>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M include/ruby/st.h

  Log Message:
  -----------
  Import CRuby change to explicitly ignore GCC extension warning

In my case, I have a C extension where I compile with
the -Werror option. The MacRuby ruby.h header generated
this warning as a result:

/Users/mrada/Library/Frameworks/MacRuby.framework/Versions/0.13/usr/include/ruby-1.9.2/ruby/st.h:69: warning: type of bit-field ‘num_entries’ is a GCC extension





More information about the macruby-changes mailing list