mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
banish some warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a6eb889e0
commit
0517b43c5b
13 changed files with 8 additions and 32 deletions
|
@ -574,7 +574,6 @@ ossl_start_ssl(VALUE self, int (*func)())
|
|||
{
|
||||
SSL *ssl;
|
||||
OpenFile *fptr;
|
||||
VALUE cb;
|
||||
int ret;
|
||||
|
||||
Data_Get_Struct(self, SSL, ssl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue