File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ module RbConfig
108
108
'-Wno-format-extra-args' , # Our PRIsVALUE generates this because compilers ignore printf extensions
109
109
]
110
110
warnflags << '-Wno-format-invalid-specifier' if clang # Our PRIsVALUE generates this because compilers ignore printf extensions
111
- # TODO fix it, happens in openssl
112
- warnflags << '-Wno-discarded-qualifiers' if gcc
113
111
114
112
defs = ''
115
113
cppflags = ''
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ static VALUE ossl_ec_key_check_key(VALUE self)
483
483
#ifdef HAVE_EVP_PKEY_CHECK
484
484
EVP_PKEY * pkey ;
485
485
EVP_PKEY_CTX * pctx ;
486
- EC_KEY * ec ;
486
+ const EC_KEY * ec ;
487
487
488
488
GetPKey (self , pkey );
489
489
GetEC (self , ec );
You can’t perform that action at this time.
0 commit comments