mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Refine build script.
This commit is contained in:
parent
21b9345387
commit
d9cf874033
4 changed files with 10 additions and 1 deletions
|
@ -54,6 +54,8 @@ SrsSslClient::~SrsSslClient()
|
|||
}
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
srs_error_t SrsSslClient::handshake()
|
||||
{
|
||||
srs_error_t err = srs_success;
|
||||
|
@ -171,6 +173,7 @@ srs_error_t SrsSslClient::handshake()
|
|||
|
||||
return err;
|
||||
}
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
srs_error_t SrsSslClient::read(void* plaintext, size_t nn_plaintext, ssize_t* nread)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue