Fixed compile warning

This commit is contained in:
Hyunjun Jang
2025-03-10 15:43:24 +09:00
parent c84524bc0d
commit e9fb65cbf5

View File

@ -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)