[macruby-changes] [4502] MacRuby/trunk/ext/openssl/extconf.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 10 00:55:11 PDT 2010


Revision: 4502
          http://trac.macosforge.org/projects/ruby/changeset/4502
Author:   lsansonetti at apple.com
Date:     2010-09-10 00:55:08 -0700 (Fri, 10 Sep 2010)
Log Message:
-----------
ignore deprecated warnings when compiling the openssl extension

Modified Paths:
--------------
    MacRuby/trunk/ext/openssl/extconf.rb

Modified: MacRuby/trunk/ext/openssl/extconf.rb
===================================================================
--- MacRuby/trunk/ext/openssl/extconf.rb	2010-09-10 07:41:26 UTC (rev 4501)
+++ MacRuby/trunk/ext/openssl/extconf.rb	2010-09-10 07:55:08 UTC (rev 4502)
@@ -124,6 +124,7 @@
 
 message "=== Checking done. ===\n"
 
+$CFLAGS << ' -Wno-deprecated-declarations'
 $INCFLAGS << ' -I../..'
 
 create_header
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100910/c7b9ed4b/attachment.html>


More information about the macruby-changes mailing list