Revision
4502
Author
lsansonetti@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

Diff

Modified: MacRuby/trunk/ext/openssl/extconf.rb (4501 => 4502)


--- 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