mirror of
https://github.com/AirenSoft/OvenMediaEngine.git
synced 2025-03-14 09:57:40 +00:00
Fixed compile warning
This commit is contained in:
@ -425,9 +425,9 @@ namespace ov
|
||||
if (OV_CHECK_FLAG(events, EPOLLERR))
|
||||
{
|
||||
// An error occurred
|
||||
#if DEBUG
|
||||
int socket_error;
|
||||
|
||||
#if DEBUG
|
||||
if (socket->IsClosable())
|
||||
{
|
||||
if (socket->GetType() != SocketType::Srt)
|
||||
|
Reference in New Issue
Block a user