We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bbd59 commit 67b500eCopy full SHA for 67b500e
ext/openssl/deprecation.rb
@@ -3,9 +3,6 @@ module OpenSSL
3
def self.deprecated_warning_flag
4
unless flag = (@deprecated_warning_flag ||= nil)
5
if try_compile("", flag = "-Werror=deprecated-declarations")
6
- if with_config("broken-apple-openssl")
7
- flag = "-Wno-deprecated-declarations"
8
- end
9
$warnflags << " #{flag}"
10
else
11
flag = ""
0 commit comments