From ec646dccdd208802f571afe6fff71f67de62029c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Apr 2012 12:22:57 +0000 Subject: * ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, not CPPFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/extconf.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ext/openssl') diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 44ea3e5d0e..d271cf83b9 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -29,13 +29,6 @@ if with_config("debug") or enable_config("debug") $defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG" end -## -# Automatically adds -Wall flag for compilation when GCC is used -# -if CONFIG['GCC'] == 'yes' - $CPPFLAGS += " -Wall" unless $CPPFLAGS.split.include? "-Wall" -end - message "=== Checking for system dependent stuff... ===\n" have_library("nsl", "t_open") have_library("socket", "socket") -- cgit v1.2.3