[macruby-changes] [4046] MacRuby/trunk/rakelib/builder/templates.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri May 7 17:11:50 PDT 2010


Revision: 4046
          http://trac.macosforge.org/projects/ruby/changeset/4046
Author:   lsansonetti at apple.com
Date:     2010-05-07 17:11:49 -0700 (Fri, 07 May 2010)
Log Message:
-----------
do not build extensions with -Wno-parentheses

Modified Paths:
--------------
    MacRuby/trunk/rakelib/builder/templates.rb

Modified: MacRuby/trunk/rakelib/builder/templates.rb
===================================================================
--- MacRuby/trunk/rakelib/builder/templates.rb	2010-05-07 23:45:58 UTC (rev 4045)
+++ MacRuby/trunk/rakelib/builder/templates.rb	2010-05-08 00:11:49 UTC (rev 4046)
@@ -160,7 +160,7 @@
   CONFIG["cflags"] = "$(optflags) $(debugflags) $(warnflags)"
   CONFIG["optflags"] = "-O3"
   CONFIG["debugflags"] = "-g"
-  CONFIG["warnflags"] = "-Wall -Wno-parentheses"
+  CONFIG["warnflags"] = "-Wall"
   CONFIG["LIBRUBY_LDSHARED"] = "/usr/bin/gcc -dynamiclib -undefined suppress -flat_namespace"
   CONFIG["LIBRUBY_DLDFLAGS"] = "-install_name $(libdir)/lib$(RUBY_SO_NAME).dylib -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(MAJOR).$(MINOR)"
   CONFIG["rubyw_install_name"] = ""
@@ -235,4 +235,4 @@
       File.open('rbconfig.rb', 'w') { |io| io.print rbconfig }
     end
   end
-end
\ No newline at end of file
+end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100507/a604f88a/attachment-0001.html>


More information about the macruby-changes mailing list